-
Notifications
You must be signed in to change notification settings - Fork 13k
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
x86-retpoline flag (target modifier) to enable retpoline-related target features #135927
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @compiler-errors. Use |
Some changes occurred in compiler/rustc_codegen_gcc |
e808e83
to
12b286f
Compare
This comment has been minimized.
This comment has been minimized.
r? compiler |
☔ The latest upstream changes (presumably #136085) made this pull request unmergeable. Please resolve the merge conflicts. |
12b286f
to
f331c60
Compare
This comment has been minimized.
This comment has been minimized.
f331c60
to
434a25f
Compare
This comment has been minimized.
This comment has been minimized.
434a25f
to
945d0f1
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
-Zx86-retpoline
flag is target modifier (tracked to be equal in linked crates). And so, this PR is dependent from #133138.Enables target features:
+retpoline-external-thunk, +retpoline-indirect-branches, +retpoline-indirect-calls
.Also this PR forbids to specify those target features manually (warning).