aboutsummaryrefslogtreecommitdiff
path: root/scons-tools/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".
2013-07-17Fix scons tools to use os.path.join so that windows paths don't have an ↵Jukka Jylanki
exectutable name 'dir1\dir2\dir3/clang', which fails.
2013-05-17Add a demo that showcases using scons to build an embind library you can ↵Chad Austin
load from JavaScript.
2013-05-17Move emscripten SCons tools into emscripten/scons-tools/Chad Austin