Address review comments for #53031 and fix some merge fallout.
This commit is contained in:
parent
b27a161939
commit
3a70050377
6 changed files with 19 additions and 10 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
// no-prefer-dynamic
|
||||
// only-msvc
|
||||
// compile-flags: -C no-prepopulate-passes -Z cross-lang-lto
|
||||
// compile-flags: -Z cross-lang-lto
|
||||
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,10 @@
|
|||
// This test makes sure that functions get annotated with the proper
|
||||
// "target-cpu" attribute in LLVM.
|
||||
|
||||
// no-prefer-dynamic
|
||||
// ignore-tidy-linelength
|
||||
// only-x86_64
|
||||
// compile-flags: -C no-prepopulate-passes -C panic=abort
|
||||
// compile-flags: -C no-prepopulate-passes -C panic=abort -Z cross-lang-lto -Cpasses=name-anon-globals
|
||||
|
||||
#![crate_type = "staticlib"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue