aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-10 16:43:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-10 16:43:47 -0700
commit6c4d3fff3e5da4352e2a111175ea0de6265a8729 (patch)
tree1475c44dd5bac538cc84e35c7de4fd059d8a1aa6 /emcc
parentbb7546d9f4b694b96a971e39f4d81fec0bb0610b (diff)
add space to emcc debug output
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 48aa19e7..4a49cc12 100755
--- a/emcc
+++ b/emcc
@@ -1154,7 +1154,7 @@ try:
args = newargs + ['-emit-llvm', '-c', input_file, '-o', output_file]
if input_file.endswith(CXX_SUFFIXES):
args += shared.EMSDK_CXX_OPTS
- logging.debug("running:" + call + ' ' + ' '.join(args))
+ logging.debug("running: " + call + ' ' + ' '.join(args))
execute([call] + args) # let compiler frontend print directly, so colors are saved (PIPE kills that)
if not os.path.exists(output_file):
logging.error('compiler frontend failed to generate LLVM bitcode, halting')