-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
GH-136895: Update JIT builds to use LLVM 20 #140329
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
Open
savannahostrowski
wants to merge
35
commits into
python:main
Choose a base branch
from
savannahostrowski:llvm-20
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d145747
LLVM 20 bump
savannahostrowski d86b66e
Merge main
savannahostrowski 9324b14
Add flags for testing
savannahostrowski f3bb6b9
Merge branch 'main' into llvm-20
savannahostrowski b6e7981
Merge main
savannahostrowski e867644
Fix windows
savannahostrowski 13e9f5b
Merge main
savannahostrowski 84781b4
Merge branch 'main' into llvm-20
savannahostrowski 0034f14
Download binaries from GitHub releases
emmatyping cc98d30
Add hash checking
emmatyping 76842eb
Apply Emma's commits for grabbing binaries from release artifacts
savannahostrowski a732cec
Merge branch 'main' into llvm-20
savannahostrowski e8395ce
Fix up LLVM via release artifacts
savannahostrowski d1e4363
Merge branch 'main' into llvm-20
savannahostrowski 01aed67
Remove model flags for x86_64 darwin causing GOT relocation issues
savannahostrowski 94f1a89
Clean up
savannahostrowski e6450de
Only patch x86_64 GOT relocations when relaxation succeeds
savannahostrowski 1adf827
Revert "Only patch x86_64 GOT relocations when relaxation succeeds"
savannahostrowski b9bfacf
mcmodel=large
savannahostrowski 57c44ee
Add macro to handle debug
savannahostrowski 081ee86
fno-pic
savannahostrowski 0b773f9
remove fno-pic
savannahostrowski c78af6f
remove hack
savannahostrowski d715cf2
Trampoline attempt
savannahostrowski 38e11b9
Touch up and add better comments
savannahostrowski 74eb9a4
Merge main
savannahostrowski ca95652
More clean up
savannahostrowski 47153a5
📜🤖 Added by blurb_it.
blurb-it[bot] 7b2df52
Redupe LLVM version reference from jit.yml
savannahostrowski 3a5af39
Merge branch 'llvm-20' of https://github.com/savannahostrowski/cpytho…
savannahostrowski 450dd09
Simplify fetching LLVM from bin-deps
savannahostrowski 5da3349
Remove duplicate 20 reference in jit.yml
savannahostrowski 620cd4f
Fix flags
savannahostrowski d1a68ab
Reduce DATA_ALIGN to 8 bytes
savannahostrowski f3d46bd
Merge branch 'main' into llvm-20
savannahostrowski 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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Core_and_Builtins/2025-10-19-10-32-28.gh-issue-136895.HfsEh0.rst
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Update JIT compilation to use LLVM 20 at build time. |
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.