aboutsummaryrefslogtreecommitdiff
path: root/tools/nativize_llvm.py
AgeCommit message (Collapse)Author
2013-08-08Allow the PNaCl toolchain to be used in place of a standard version of Clang.Nick Bray
The main differences between PNaCl and standard Clang are that the tools are prefixed with "pnacl-" instead of "llvm-" and PNaCl does not accept "-o=file" style arguments, and requires them to be specified as "-o file".
2012-12-25add x86-64 workaround to nativizerAlon Zakai
2012-12-24debugging tool tweaksAlon Zakai
2012-12-19Updated scripts to call python2 directly rather than relying on python ↵Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
2012-03-15make nativizer tool executableAlon Zakai
2012-01-25improve nativize_llvmAlon Zakai
2012-01-25add nativize_llvm toolAlon Zakai