Age | Commit message (Collapse) | Author |
|
file, since these temp files aren't read from anywhere in emscripten codebase(?). In test suite the temp files are stored to a temp dir, and deleted immediately after the test is run. This prevented test suite from reporting build errors to user when the test fails. Related to #694, #695 and #696. Improve error message reporting at the end of a failed configure run.
|
|
|
|
This is groundwork for landing musl includes which remove
some of the deprecated functions or very old BSDisms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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".
|
|
Extend use of LLVM_ADD_VERSION and CLANG_ADD_VERSION
|
|
Previously, an exported function contained in a library would not be found by
the linker if the library did not contain symbols transitively reachable from
main.
|
|
configuration file.
|
|
|
|
|
|
|
|
testing for no system c++ headers showing up in our path
|
|
cpp-style suffix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
something linkable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use distutils.
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
tools/js-optimizer.js
|
|
|
|
|
|
Conflicts:
emcc
tools/js-optimizer.js
tools/js_optimizer.py
|
|
|
|
|