Skip to content

Commit 7ee5683

Browse files
authored
Add multithreaded ASan and LSan to changelog [ci skip] (emscripten-core#9229)
1 parent a03ff2c commit 7ee5683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ See docs/process.md for how version tagging works.
1818

1919
Current Trunk
2020
-------------
21+
- Add support for [address sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
22+
and standalone [leak sanitizer](https://clang.llvm.org/docs/LeakSanitizer.html)
23+
with multiple threads. (#9060, #9076)
2124
- Remove ERROR_ON_MISSING_LIBRARIES setting (it's always on now)
2225
- Remove the ability to use Python operators in flags that support KB/MB/GB/TB
2326
suffixes, e.g. `TOTAL_MEMORY`. This means that `-s TOTAL_MEMORY=1024*1024`

0 commit comments

Comments
 (0)