bump minimum LLVM version to 5.0

This commit is contained in:
gnzlbg 2018-06-29 10:28:51 +02:00
parent ec039c7cb1
commit 4ff90c7e0a
30 changed files with 17 additions and 268 deletions

View file

@ -10,7 +10,6 @@
// compile-flags: -Clto=thin
// no-prefer-dynamic
// min-llvm-version 4.0
fn main() {
println!("hello!");

View file

@ -9,7 +9,6 @@
// except according to those terms.
// aux-build:dylib.rs
// min-llvm-version 4.0
extern crate dylib;

View file

@ -10,7 +10,6 @@
// aux-build:msvc-imp-present.rs
// compile-flags: -Z thinlto -C codegen-units=8
// min-llvm-version: 4.0
// no-prefer-dynamic
// On MSVC we have a "hack" where we emit symbols that look like `_imp_$name`

View file

@ -9,7 +9,6 @@
// except according to those terms.
// compile-flags: -Z thinlto -C codegen-units=8 -O
// min-llvm-version 4.0
// ignore-emscripten can't inspect instructions on emscripten
// We want to assert here that ThinLTO will inline across codegen units. There's

View file

@ -10,7 +10,6 @@
// compile-flags: -C codegen-units=8 -O -C lto=thin
// aux-build:thin-lto-inlines-aux.rs
// min-llvm-version 4.0
// no-prefer-dynamic
// ignore-emscripten can't inspect instructions on emscripten

View file

@ -10,7 +10,6 @@
// compile-flags: -C codegen-units=8 -Z thinlto
// ignore-windows
// min-llvm-version 4.0
#![feature(linkage)]