aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 0454b3b8..538590ce 100755
--- a/emcc
+++ b/emcc
@@ -1498,7 +1498,7 @@ try:
# Prepare .ll for Emscripten
if not LEAVE_INPUTS_RAW:
- if save_bc:
+ if save_bc and not fastcomp:
final = shared.Building.llvm_dis(final, final + '.ll')
else:
assert len(input_files) == 1