about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2021-03-25 20:21:58 +0000
committerAmanieu d'Antras <amanieu@gmail.com>2021-03-25 20:21:58 +0000
commit62e7331bd2bd592e30acf63467f140084684bc8f (patch)
tree90c6560d72c2c9b930d183eadb6100c5e47dfa91 /src/test/codegen
parent6e17a5c5fd086ebe6f57216fb3ce5d1d8d6c83e5 (diff)
downloadrust-62e7331bd2bd592e30acf63467f140084684bc8f.tar.gz
rust-62e7331bd2bd592e30acf63467f140084684bc8f.zip
Mark inline asm tests as requiring LLVM 10.0.1
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/alloc-optimisation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/alloc-optimisation.rs b/src/test/codegen/alloc-optimisation.rs
index c3ffaeb9547..5b27f3f4545 100644
--- a/src/test/codegen/alloc-optimisation.rs
+++ b/src/test/codegen/alloc-optimisation.rs
@@ -1,5 +1,5 @@
 //
-// no-system-llvm
+// min-llvm-version: 10.0.1
 // compile-flags: -O
 #![crate_type="lib"]