Address review comments for #53031 and fix some merge fallout.

This commit is contained in:
Michael Woerister 2018-08-06 11:16:28 +02:00
parent b27a161939
commit 3a70050377
6 changed files with 19 additions and 10 deletions

View file

@ -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"]

View file

@ -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"]