about summary refs log tree commit diff
path: root/src/test/debuginfo/recursive-struct.rs
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2019-03-22 17:08:06 -0500
committerSamuel Holland <samuel@sholland.org>2019-03-22 21:28:25 -0500
commit8d3dd39d885f427faf3898521e7e1e9319d76b91 (patch)
tree97a02db95cdd490e80504ff04a6f6cae87684428 /src/test/debuginfo/recursive-struct.rs
parent52e885628e4317aa3f158622435927eb29b812e9 (diff)
downloadrust-8d3dd39d885f427faf3898521e7e1e9319d76b91.tar.gz
rust-8d3dd39d885f427faf3898521e7e1e9319d76b91.zip
Correct minimum system LLVM version in tests
Since commit 9452a8dfa3ba, the new debug info format is only generated
for LLVM 8 and newer versions. However, the tests still assume that LLVM
7 will use the new debug info format. Fix the tests (and a comment in
the code) to match the actual version check.
Diffstat (limited to 'src/test/debuginfo/recursive-struct.rs')
-rw-r--r--src/test/debuginfo/recursive-struct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/recursive-struct.rs b/src/test/debuginfo/recursive-struct.rs
index c3d2bea9139..8fb83b7956b 100644
--- a/src/test/debuginfo/recursive-struct.rs
+++ b/src/test/debuginfo/recursive-struct.rs
@@ -2,7 +2,7 @@
 // ignore-lldb
 
 // 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