Skip to content

Conversation

@aheejin
Copy link
Member

@aheejin aheejin commented Jan 6, 2026

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 Fix asan.test_asyncify_longjmp #20740. A new call to StackSizeIsUnlimited was added in lib/asan/asan_rtl.cpp in this version, so this excludes the call too.

`StackSizeIsUnlimited` in
`lib/sanitizer_common/sanitizer_posix_libcdep.cpp` was excluded from
Emscripten build along with several other methodsin emscripten-core#20740, presumably
because they call `setrlimit` and `getrlimit`. A new call to
`StackSizeIsUnlimited` was added in `lib/asan/asan_rtl.cpp` in this
version, so this excludes the call too.
@aheejin aheejin requested a review from sbc100 January 6, 2026 21:40
This is an automatic change generated by tools/maint/rebaseline_tests.py.

The following (1) test expectation files were updated by
running the tests with `--rebaseline`:

```
codesize/test_codesize_hello_dylink_all.json: 819075 => 822630 [+3555 bytes / +0.43%]

Average change: +0.43% (+0.43% - +0.43%)
```
@aheejin
Copy link
Member Author

aheejin commented Jan 6, 2026

Currently these tests sometimes hang:

asan.test_asyncify_indirect_lists_normal
asan.test_asyncify_indirect_lists_add_no_prop
asan.test_async_loop
asan.test_asyncify_indirect_lists_add
asan.test_asyncify_assertions
asan.test_async_hello
asan.test_async_ccall_promise_jspi
asan.test_async_ccall_good

But this happens in the 'main' branch too, so these look irrelevant.

Also these tests fail, but also in the main branch:

asan.test_esm_integration
lsan.test_esm_integration
asan.test_esm_integration_main
asan.test_esm_integration_main_imported_memory

It looks these need to be skipped with sanitizers: #26043

@aheejin
Copy link
Member Author

aheejin commented Jan 10, 2026

Ping 😅

@sbc100 sbc100 changed the title Update compiler-rt to LLVM 21.1.8 Update compiler-rt from LLVM 20.1.8 to 21.1.8 Jan 10, 2026

4.0.23 (in development)
-----------------------
- compiler-rt was updated to LLVM 21.1.8. (#26405)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might need to move to 4.0.24 now since 4.0.23 was just released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants