diff options
| author | bors <bors@rust-lang.org> | 2023-01-03 13:50:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-03 13:50:22 +0000 |
| commit | e1968dd6120935055e138ab10c6e0a3f3f2288b9 (patch) | |
| tree | ba3fe5528a05e3125c20931e1c5f1fac21eeeb6d /src/test/incremental/thinlto | |
| parent | 1010099fe359e4a01ebd873e3bdb2d66b60bc3ed (diff) | |
| parent | 794cc0854a36f445307f8010a0ad8698da0bf5ed (diff) | |
| download | rust-e1968dd6120935055e138ab10c6e0a3f3f2288b9.tar.gz rust-e1968dd6120935055e138ab10c6e0a3f3f2288b9.zip | |
Auto merge of #2747 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'src/test/incremental/thinlto')
| -rw-r--r-- | src/test/incremental/thinlto/cgu_keeps_identical_fn.rs | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/src/test/incremental/thinlto/cgu_keeps_identical_fn.rs b/src/test/incremental/thinlto/cgu_keeps_identical_fn.rs index 31f329a7f72..368a726ea90 100644 --- a/src/test/incremental/thinlto/cgu_keeps_identical_fn.rs +++ b/src/test/incremental/thinlto/cgu_keeps_identical_fn.rs @@ -3,10 +3,7 @@ // ends up with any spans in its LLVM bitecode, so LLVM is able to skip // re-building any modules which import 'inlined_fn' -// revisions: cfail1 cfail2 cfail3 cfail4 cfail5 cfail6 -// [cfail4]compile-flags: -Zincremental-relative-spans -// [cfail5]compile-flags: -Zincremental-relative-spans -// [cfail6]compile-flags: -Zincremental-relative-spans +// revisions: cfail1 cfail2 cfail3 // compile-flags: -Z query-dep-graph -O // build-pass (FIXME(62277): could be check-pass?) @@ -19,16 +16,6 @@ kind = "post-lto" )] #![rustc_expected_cgu_reuse( - module = "cgu_keeps_identical_fn-foo", - cfg = "cfail5", - kind = "post-lto" -)] -#![rustc_expected_cgu_reuse( - module = "cgu_keeps_identical_fn-foo", - cfg = "cfail6", - kind = "post-lto" -)] -#![rustc_expected_cgu_reuse( module = "cgu_keeps_identical_fn-bar", cfg = "cfail2", kind = "post-lto" @@ -38,16 +25,6 @@ cfg = "cfail3", kind = "post-lto" )] -#![rustc_expected_cgu_reuse( - module = "cgu_keeps_identical_fn-bar", - cfg = "cfail5", - kind = "post-lto" -)] -#![rustc_expected_cgu_reuse( - module = "cgu_keeps_identical_fn-bar", - cfg = "cfail6", - kind = "post-lto" -)] mod foo { |
