-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update libunwind from LLVM 21.1.8 to 22.1.8 #27246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
471eff2
Update libunwind from LLVM 21.1.8 to 22.1.8
aheejin 9fe0acc
readme.txt and ChangeLog
aheejin c07f39a
Merge branch 'main' into update_libunwind_22
aheejin 6985aec
Fix conflict in ChangeLog
aheejin 149945d
No and
aheejin 665126b
Merge branch 'main' into update_libunwind_22
aheejin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ See docs/process.md for more on how version tagging works. | |
| FS-backend handler signature changed from `poll(stream, timeout)` to | ||
| `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) | ||
|
|
||
| 6.0.2 - 07/01/26 | ||
| ---------------- | ||
|
|
@@ -272,7 +272,6 @@ See docs/process.md for more on how version tagging works. | |
| 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Drive-by fix: This was also in line 271 so not necessary |
||
| - A new `-sEXECUTABLE` setting was added which adds a #! line to the resulting | ||
| JavaScript and makes it executable. This setting defaults to true when the | ||
| output filename has no extension, or ends in `.out` (e.g. `a.out`) (#26085) | ||
|
|
||
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we normally do comma separated PR numbers when there are more than one? e.g.
(#NNN, #MMM)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it: 149945d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed 'and' in other existing entries: #27250