diff options
| author | Ralf Jung <post@ralfj.de> | 2023-01-03 12:22:11 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-01-03 12:22:11 +0100 |
| commit | d96592b4fdd2278b21bb0437c153f87e8c6013c0 (patch) | |
| tree | 64c1ea7d0f54a249bf27d91b6f9792fcaa12a169 /src/test/incremental/thinlto | |
| parent | 99fc745656e24aa63b59d541fa7c7ccf2fb619eb (diff) | |
| parent | 2bf39cfa25d9feb510604de662508acf2a98ec7c (diff) | |
| download | rust-d96592b4fdd2278b21bb0437c153f87e8c6013c0.tar.gz rust-d96592b4fdd2278b21bb0437c153f87e8c6013c0.zip | |
Merge from rustc
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 { |
