Skip to content
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

Add back --with-lto to JIT CI for native and emulated Linux #120921

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

savannahostrowski
Copy link
Member

When the JIT build was updated to use LLVM 18 (see #118307), there was an outstanding issue on Ubuntu 22.04 where LLVMgold.so was missing from binaries which led to the linker throwing an error. The workaround was to omit the --with-lto flag until 22.04 was updated. This was fixed upstream, so we can add the flag back to native and emulated Linux.

Copy link
Contributor

@willingc willingc left a comment

Choose a reason for hiding this comment

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

Nice! Good followup.

@brandtbucher brandtbucher merged commit fd0f814 into python:main Jun 24, 2024
55 checks passed
@miss-islington-app
Copy link

Thanks @savannahostrowski for the PR, and @brandtbucher for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 24, 2024
(cherry picked from commit fd0f814)

Co-authored-by: Savannah Ostrowski <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jun 24, 2024

GH-120972 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jun 24, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this pull request Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
@savannahostrowski savannahostrowski deleted the jit-ci-optimizations branch September 27, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants