-
Notifications
You must be signed in to change notification settings - Fork 12.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
Revert "Disable the machine outliner by default" #88388
Conversation
r? @wesleywiser (rust-highfive has picked a reviewer for you, use r? to override) |
// bound. | ||
if llvm_util::get_version() >= (11, 0, 0) { | ||
add("-enable-machine-outliner=never", false); | ||
} |
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.
What is the policy on this? Should the disable only be reverted for the rust fork of LLVM or LLVM 13 and up?
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'd say disable for >= 11.0.0 && < 12.0.1
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.
Our fork of 12.0.1 doesn't contain the fix commit. https://github.com/rust-lang/llvm-project/tree/rustc/12.0-2021-07-10 So I changed the disabling range to >= 11.0.0 && < 13.0.0
@bors r+ rollup=never (in case there are more issues) |
📌 Commit bf2f665 has been approved by |
☀️ Test successful - checks-actions |
The fix commit is already in the fork: rust-lang/llvm-project@6c78dbd4ca1f
Linked: