-
Notifications
You must be signed in to change notification settings - Fork 13.9k
compiletest: rename add-core-stubs to add-minicore #148305
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
base: master
Are you sure you want to change the base?
Conversation
|
Some changes occurred in tests/codegen-llvm/stack-probes-inline.rs cc @rust-lang/project-exploit-mitigations, @rcvalle The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. cc @BoxyUwU, @jieyouxu, @Kobzol, @tshepang Some changes occurred in tests/codegen-llvm/sanitizer cc @rcvalle Some changes occurred in tests/ui/sanitizer cc @rcvalle Some changes occurred in src/tools/compiletest cc @jieyouxu |
|
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
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.
Looks good to me but I'll let @jieyouxu review as well before r+'ing
25efd5e to
02369a3
Compare
This comment has been minimized.
This comment has been minimized.
02369a3 to
5dc60fb
Compare
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.
Thanks, one nit, you can r=Wesley and me after.
| //@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib | ||
| //@ needs-llvm-components: arm | ||
| //@ add-core-stubs | ||
| //@ add-minicore |
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.
Nit: duplicate directive
(compiletest should error on this, #148359)
| //@ no-prefer-dynamic | ||
| //@ add-core-stubs | ||
| //@ add-minicore | ||
| //@ core-stubs-compile-flags: -Zunstable-options -Cpanic=immediate-abort |
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.
Problem: I realized that Saethlin recently added //@ core-stubs-compile-flags for overriding the flags used to build minicore. We should also rename this, but I'll do it in a follow-up, tracked in #148360.
|
@bors p=10 (logically conflict-prone) |
|
@bors rollup=never (logically conflict-prone) |
|
@rustbot author |
Fixes #148282