Age | Commit message (Collapse) | Author |
|
Another libcxx update
|
|
|
|
-nostdinc++ is needed to not pick up system C++ headers.
|
|
|
|
The comment here isn't quite accurate as at least current clang
requires that -nostdinc++ be passed for the correct behavior.
This was reported by Marcos Scriven.
|
|
|
|
a case where symbol removing made us not merge llvm constructors properly
|
|
This no longer uses headers from libcxxabi and
in fact uses libcxxabi a bit less than before.
This no longer lets some new C++11 stuff such as
exception_ptr work as the support for that relies
upon libcxxabi code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
side, this can fix double precision bug in original strtod implementation.
|
|
Search libcxx includes before others (libc).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be loaded without shared.py
|
|
|
|
|
|
on shared, which requires .emscripten at import time)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This ensures that the overrides like complex.h that libcxx provides
are found before the ones provided by libc.
Fixes #919.
|
|
Print output filename that couldn't be created.
|
|
|
|
|
|
to at least add params to node/v8 in ~/.emscripten by defining a list there and not just a string
|
|
|
|
|