This commit is contained in:
Alon Zakai 2011-08-13 18:23:04 -07:00
Родитель 7406f7ecac
Коммит c8074452da
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,13 @@ running
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
'''
import os, sys