-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Bump LLVM to 19.x branch #103585
Merged
Merged
Bump LLVM to 19.x branch #103585
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2cf9f2a
Bump LLVM to 19.x branch
radekdoulik efca5a2
Update llvm deps
radekdoulik bffa322
[llvm] update header for llvm::sys:::getHostCPUFeatures
lambdageek 0665f1f
[llvm] NO MERGE - Disable old pass manager on LLVM 19
lambdageek 36604ea
Revert "Update llvm deps"
radekdoulik b99444e
Update llvm deps
radekdoulik acff5c9
Merge branch 'main' into pr-bump-llvm-19
radekdoulik b95766a
Remove the warning to let the CI build progress, add comment
radekdoulik def58ed
Update llvm deps
radekdoulik 4b8d919
Merge branch 'main' into pr-bump-llvm-19
radekdoulik 9a5f0e8
Update to get new packages
radekdoulik 62ab049
Update llvm packages
akoeplinger d6cb230
Disable tests which crash during LLVM AOT compilation
akoeplinger 7f8b3af
Merge branch 'main' into pr-bump-llvm-19
radekdoulik 0e065f7
Show progress of smoke AOT test on browser
radekdoulik 0ab807f
Update llvm deps
radekdoulik fd769e7
[mono] Exit early to prevent endless loop when crashing
akoeplinger 3aa56eb
Disable failing tests with EnsureInitialized
radekdoulik 0c9e00c
Remove testing channel from nuget config
radekdoulik 1095c28
Merge branch 'main' into pr-bump-llvm-19
radekdoulik 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 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 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 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.
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.
this should be reverted
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 would like to keep it in, just in case the issue reappear, to have more information about which test is causing it.
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.
We recently removed the progress printing since it was thought to cause timeouts: #103621
I'm fine if we keep it for a couple days but we should ultimately remove it