1
Fork 0

Update the minimum external LLVM to 11

This commit is contained in:
Josh Stone 2021-10-19 10:24:26 -07:00
parent 68a698baf6
commit 65150af1b4
47 changed files with 40 additions and 189 deletions

View file

@ -1,7 +1,6 @@
// This test checks that bounds checks are elided when
// index is part of a (x | y) < C style condition
// min-llvm-version: 11.0.0
// compile-flags: -O
#![crate_type = "lib"]