diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 12:07:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 12:07:52 -0800 |
commit | ef2608dc9701395be413819d56514fab410afd4f (patch) | |
tree | 370f4542056025a8247114094d135a324741b691 /tools | |
parent | 306fa23df2d683a4c6a95c603bd57b440139c092 (diff) |
point to wiki page on fastcomp when using fastcomp but backend is not present
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.py | 1 |
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: |