Age | Commit message (Collapse) | Author |
|
|
|
-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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_embind
|
|
|
|
|
|
|
|
|
|
EMCC_DEBUG=1 and 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we do in asm.js
|
|
|
|
|
|
|
|
|
|
|
|
|