diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2018-08-06 11:16:28 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2018-08-08 13:40:23 +0200 |
| commit | 3a7005037726263c0beffd0efc3d5d147b2a86b4 (patch) | |
| tree | 04a46edf3164675a2bcaa21f1e11a5ff2ef8c3d8 /src/test/codegen/target-cpu-on-functions.rs | |
| parent | b27a161939620626ca5fdcb9f4dd486a6ed1e827 (diff) | |
| download | rust-3a7005037726263c0beffd0efc3d5d147b2a86b4.tar.gz rust-3a7005037726263c0beffd0efc3d5d147b2a86b4.zip | |
Address review comments for #53031 and fix some merge fallout.
Diffstat (limited to 'src/test/codegen/target-cpu-on-functions.rs')
| -rw-r--r-- | src/test/codegen/target-cpu-on-functions.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/codegen/target-cpu-on-functions.rs b/src/test/codegen/target-cpu-on-functions.rs index c2765a46caa..1a6ab22e568 100644 --- a/src/test/codegen/target-cpu-on-functions.rs +++ b/src/test/codegen/target-cpu-on-functions.rs @@ -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"] |
