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
Update compiler-rt from LLVM 20.1.8 to 21.1.8 (#26045)
This updates compiler-rt from 20.1.8 to LLVM 21.1.8:
https://github.com/llvm/llvm-project/releases/tag/llvmorg-21.1.8
Additional change:
- `StackSizeIsUnlimited` in
`lib/sanitizer_common/sanitizer_posix_libcdep.cpp` was excluded from
Emscripten build along with several other methods in #20740. A new call
to `StackSizeIsUnlimited` was added in `lib/asan/asan_rtl.cpp` in this
version, so this excludes the call too.
0 commit comments