aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-21 12:07:52 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-21 12:07:52 -0800
commitef2608dc9701395be413819d56514fab410afd4f (patch)
tree370f4542056025a8247114094d135a324741b691 /tools
parent306fa23df2d683a4c6a95c603bd57b440139c092 (diff)
point to wiki page on fastcomp when using fastcomp but backend is not present
Diffstat (limited to 'tools')
-rw-r--r--tools/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 28a3ff10..79542926 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -303,6 +303,7 @@ def check_fastcomp():
print >> sys.stderr, '==========================================================================='
print >> sys.stderr, llc_version_info,
print >> sys.stderr, '==========================================================================='
+ logging.critical('you can fall back to the older (pre-fastcomp) compiler core, although that is not recommended, see https://github.com/kripken/emscripten/wiki/LLVM-Backend')
return False
return True
except Exception, e: