diff options
| author | Philip Craig <philipjcraig@gmail.com> | 2019-03-27 15:22:37 +1000 |
|---|---|---|
| committer | Philip Craig <philipjcraig@gmail.com> | 2019-03-27 15:22:37 +1000 |
| commit | 3a5a8a529a14271f5d8c21bec8746edfa93eec5f (patch) | |
| tree | e7219a5b6e7a87d96a7d55439da1399df42fdd10 /src/test/debuginfo/enum-thinlto.rs | |
| parent | e8de4c3b1f0ab51fe3ea0a494cf9727ee3e0bf1d (diff) | |
| download | rust-3a5a8a529a14271f5d8c21bec8746edfa93eec5f.tar.gz rust-3a5a8a529a14271f5d8c21bec8746edfa93eec5f.zip | |
Give variant parts their own unique id
and bump llvm version in test
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | src/test/debuginfo/enum-thinlto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/enum-thinlto.rs b/src/test/debuginfo/enum-thinlto.rs index ae736e40bcc..7f15ed90e67 100644 --- a/src/test/debuginfo/enum-thinlto.rs +++ b/src/test/debuginfo/enum-thinlto.rs @@ -1,7 +1,7 @@ // ignore-tidy-linelength // Require LLVM with DW_TAG_variant_part and a gdb that can read it. -// min-system-llvm-version: 7.0 +// min-system-llvm-version: 8.0 // min-gdb-version: 8.2 // compile-flags:-g -Z thinlto |
