Update libunwind from LLVM 21.1.8 to 22.1.8#27246
Merged
Merged
Conversation
This updates libunwind from 2l.1.8 to LLVM 22.1.8: https://github.com/llvm/llvm-project/releases/tag/llvmorg-22.1.8
sbc100
approved these changes
Jul 3, 2026
aheejin
commented
Jul 3, 2026
| 21.1.8. (#26036, #26045, #26058, and #26151) | ||
| - Calling pthread_create in a single-threaded build will now return ENOTSUP | ||
| rather then EAGAIN. (#26105) | ||
| - compiler-rt and libunwind were updated to LLVM 21.1.8. (#26036 and #26045) |
Member
Author
There was a problem hiding this comment.
Drive-by fix: This was also in line 271 so not necessary
sbc100
reviewed
Jul 3, 2026
| `poll(stream)` returning the current readiness mask; out-of-tree custom FS | ||
| backends with a `poll` handler must update. (#27226) | ||
| - compiler-rt was updated to LLVM 22.1.8. (#27245) | ||
| - compiler-rt and libunwind were updated to LLVM 22.1.8. (#27245 and #27246) |
Collaborator
There was a problem hiding this comment.
I think we normally do comma separated PR numbers when there are more than one? e.g. (#NNN, #MMM)
Member
Author
There was a problem hiding this comment.
I thought when we had multiple items A, B, C we wrote it like A, B, and C..? But maybe it doesn't need to apply here. I don't mind either way
Member
Author
There was a problem hiding this comment.
Removed 'and' in other existing entries: #27250
sbc100
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates libunwind from 2l.1.8 to LLVM 22.1.8:
https://github.com/llvm/llvm-project/releases/tag/llvmorg-22.1.8