File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ See docs/process.md for how version tagging works.
17
17
18
18
Current Trunk
19
19
-------------
20
+ - Update libcxx and libcxxabi to LLVM 10 release branch (#11038 ).
21
+ - Remove ` BINARYEN_PASSES ` setting (#11057 ). We still have
22
+ ` BINARYEN_EXTRA_PASSES ` (the removed setting completely overrides the set
23
+ of passes from the command line, which doesn't make much sense as some of
24
+ them are mandatory like setting the sbrk ptr).
20
25
- Remove ` MODULARIZE_INSTANCE ` build option (#11037 ). This was a seldom used
21
26
option that was complicating the logic for ` MODULARIZE ` . Module instances can
22
27
be created by using ` MODULARIZE ` and calling the factory function explicitly.
@@ -39,9 +44,8 @@ Current Trunk
39
44
compiler options.
40
45
- Allow spaces in a path to Python interpreter when running emscripten from Unix
41
46
shell (#11005 ).
42
- - Remove ` BINARYEN_PASSES ` settings. We still have ` BINARYEN_EXTRA_PASSES ` , but
43
- completely overriding the set of passes from the command line didn't make much
44
- sense.
47
+ - Support atexit() in standalone mode (#10995 ). This also fixes stdio stream
48
+ flushing on exit in that mode.
45
49
46
50
v1.39.13: 04/17/2020
47
51
--------------------
You can’t perform that action at this time.
0 commit comments