aboutsummaryrefslogtreecommitdiff
path: root/tools/exec_llvm.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-25 10:27:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-25 10:27:21 -0800
commit19a0d39383dd491f174f7d98623b7aec2547e889 (patch)
treeb8ebcca5a8d3a5a965d1d5e748cc16ebf41bd2de /tools/exec_llvm.py
parent72133a594261ec3a4c4231ded730a75029d9fddf (diff)
add nativize_llvm tool
Diffstat (limited to 'tools/exec_llvm.py')
-rwxr-xr-xtools/exec_llvm.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/exec_llvm.py b/tools/exec_llvm.py
index 1b1bba1b..5cf55e46 100755
--- a/tools/exec_llvm.py
+++ b/tools/exec_llvm.py
@@ -26,11 +26,8 @@ it runs
python $(EMSCRIPTEN_TOOLS)/exec_llvm.py THE_FILE PARAMS
An alternative solution to this problem is to compile
-the .ll into native code. This can be done as follows:
-
- * Use llc to generate x86 asm
- * Use as to generate an object file
- * Use g++ to link it to an executable
+the .ll into native code, see nativize_llvm.py. That is
+useful when this fails.
'''
import os, sys