You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lsan.test_dylink_iostream after #25449 (#25474)
This failure was causing the emscripten-reeleases roller to fail.
The code didn't take into about that system_libs could also contains
flags such as `--whole-archive`.
In this particular test the value of `system_libs` is:
```
['-lGL-getprocaddr', '-lal', '-lhtml5', '-lstubs-debug', '-lc-debug', '-ldlmalloc-debug', '-lcompiler_rt', '--whole-archive', '-lc++-debug-noexcept', '--no-whole-archive', '-lc++abi-debug-noexcept', '-lsockets', '--whole-archive', '-llsan_rt', '--no-whole-archive', '-llsan_common_rt', '-lsanitizer_common_rt']
```
Fixes: #25472
0 commit comments