diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2019-02-01 15:15:43 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2019-02-12 15:10:29 +0100 |
| commit | 04f425d2c31ea0ef022793a3fdcb8af84d471b86 (patch) | |
| tree | a57c5d535bf6cdbed732223013da3f9907ea6b78 /src/test/codegen | |
| parent | a54b5c7a645ead203d77e78245362f9e0f00dd3c (diff) | |
| download | rust-04f425d2c31ea0ef022793a3fdcb8af84d471b86.tar.gz rust-04f425d2c31ea0ef022793a3fdcb8af84d471b86.zip | |
Stabilize linker-plugin based LTO.
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/no-dllimport-w-cross-lang-lto.rs | 2 | ||||
| -rw-r--r-- | src/test/codegen/target-cpu-on-functions.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/codegen/no-dllimport-w-cross-lang-lto.rs b/src/test/codegen/no-dllimport-w-cross-lang-lto.rs index c1c1ef6ede2..33fc2bc1540 100644 --- a/src/test/codegen/no-dllimport-w-cross-lang-lto.rs +++ b/src/test/codegen/no-dllimport-w-cross-lang-lto.rs @@ -3,7 +3,7 @@ // no-prefer-dynamic // only-msvc -// compile-flags: -Z cross-lang-lto +// compile-flags: -C linker-plugin-lto #![crate_type = "rlib"] diff --git a/src/test/codegen/target-cpu-on-functions.rs b/src/test/codegen/target-cpu-on-functions.rs index 5692dca1df5..3fdf6ab6d00 100644 --- a/src/test/codegen/target-cpu-on-functions.rs +++ b/src/test/codegen/target-cpu-on-functions.rs @@ -3,7 +3,7 @@ // no-prefer-dynamic // ignore-tidy-linelength -// compile-flags: -C no-prepopulate-passes -C panic=abort -Z cross-lang-lto -Cpasses=name-anon-globals +// compile-flags: -C no-prepopulate-passes -C panic=abort -C linker-plugin-lto -Cpasses=name-anon-globals #![crate_type = "staticlib"] |
