diff options
| author | bors <bors@rust-lang.org> | 2020-04-18 01:37:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-18 01:37:27 +0000 |
| commit | 28742a1146f10a4f09369baad027a464acb7a766 (patch) | |
| tree | 94974b0b3e0b732c95e0cbcb9ad3dbae0f18d0f0 /src/test/debuginfo/enum-thinlto.rs | |
| parent | cff9a758ae116a0b54a55033f6a5156f8656cc0c (diff) | |
| parent | 8506bb006040cf8e8cb004202706c81e62ddacee (diff) | |
| download | rust-28742a1146f10a4f09369baad027a464acb7a766.tar.gz rust-28742a1146f10a4f09369baad027a464acb7a766.zip | |
Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum
Update the minimum external LLVM to 8 LLVM 8 was released on March 20, 2019, over a year ago.
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | src/test/debuginfo/enum-thinlto.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/debuginfo/enum-thinlto.rs b/src/test/debuginfo/enum-thinlto.rs index 13577b0587f..9359e55dcee 100644 --- a/src/test/debuginfo/enum-thinlto.rs +++ b/src/test/debuginfo/enum-thinlto.rs @@ -1,5 +1,4 @@ -// Require LLVM with DW_TAG_variant_part and a gdb that can read it. -// min-system-llvm-version: 8.0 +// Require a gdb that can read DW_TAG_variant_part. // min-gdb-version: 8.2 // compile-flags:-g -Z thinlto |
