Add missing : after *llvm-version

This commit is contained in:
Lzu Tao 2020-07-19 10:45:31 +00:00
parent 5e5d816323
commit 2bcefa8d81
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
// revisions:x86_64 i686 arm
// min-llvm-version 9.0
// min-llvm-version: 9.0
//[x86_64] compile-flags: --target x86_64-unknown-uefi
//[i686] compile-flags: --target i686-unknown-linux-musl

View file

@ -1,4 +1,4 @@
// min-llvm-version 8.0
// min-llvm-version: 8.0
// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y
#![crate_type="lib"]

View file

@ -2,7 +2,7 @@
// being run when compiling with new LLVM pass manager and ThinLTO.
// Note: The issue occurred only on non-zero opt-level.
//
// min-llvm-version 9.0
// min-llvm-version: 9.0
// needs-sanitizer-support
// needs-sanitizer-address
//