Remove uses of no-system-llvm

It looks like none of these are actually needed.
This commit is contained in:
Nikita Popov 2024-01-23 10:17:05 +01:00
parent 823e8b041a
commit 31f5f033e9
19 changed files with 0 additions and 20 deletions

View File

@ -1,5 +1,3 @@
//
// no-system-llvm
// compile-flags: -O // compile-flags: -O
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,4 @@
// compile-flags: -C opt-level=3 -C target-cpu=x86-64-v3 // compile-flags: -C opt-level=3 -C target-cpu=x86-64-v3
// no-system-llvm
// only-x86_64 // only-x86_64
// ignore-debug (the extra assertions get in the way) // ignore-debug (the extra assertions get in the way)

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O // compile-flags: -O
#![crate_type="lib"] #![crate_type="lib"]

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -Coverflow-checks=no -O // compile-flags: -Coverflow-checks=no -O
// revisions: YES NO // revisions: YES NO
// [YES]compile-flags: -Zfewer-names=yes // [YES]compile-flags: -Zfewer-names=yes

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O -C overflow-checks=on // compile-flags: -O -C overflow-checks=on
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O // compile-flags: -O
// ignore-debug: the debug assertions get in the way // ignore-debug: the debug assertions get in the way
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,6 +1,5 @@
// //
// only-macos // only-macos
// no-system-llvm
// compile-flags: -O // compile-flags: -O
#![crate_type = "rlib"] #![crate_type = "rlib"]

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O // compile-flags: -O
// ignore-debug: the debug assertions get in the way // ignore-debug: the debug assertions get in the way
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,4 @@
// //
// no-system-llvm
// compile-flags: -O // compile-flags: -O
#![crate_type="lib"] #![crate_type="lib"]

View File

@ -1,5 +1,4 @@
// compile-flags: -O -Z merge-functions=disabled // compile-flags: -O -Z merge-functions=disabled
// no-system-llvm
// ignore-debug (the extra assertions get in the way) // ignore-debug (the extra assertions get in the way)
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O // compile-flags: -O
// only-64bit (because the LLVM type of i64 for usize shows up) // only-64bit (because the LLVM type of i64 for usize shows up)
// ignore-debug: the debug assertions get in the way // ignore-debug: the debug assertions get in the way

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O // compile-flags: -O
// ignore-debug: the debug assertions add extra comparisons // ignore-debug: the debug assertions add extra comparisons
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O // compile-flags: -O
// ignore-debug (these add extra checks that make it hard to verify) // ignore-debug (these add extra checks that make it hard to verify)
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -O -C panic=abort // compile-flags: -O -C panic=abort
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,4 @@
// ignore-debug: the debug assertions get in the way // ignore-debug: the debug assertions get in the way
// no-system-llvm
// compile-flags: -O // compile-flags: -O
#![crate_type="lib"] #![crate_type="lib"]

View File

@ -1,5 +1,4 @@
// ignore-debug: the debug assertions get in the way // ignore-debug: the debug assertions get in the way
// no-system-llvm
// compile-flags: -O // compile-flags: -O
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,7 +1,6 @@
// only-x86_64 // only-x86_64
// compile-flags:--test // compile-flags:--test
// should-fail // should-fail
// no-system-llvm
// #49723: rustdoc didn't add target features when extracting or running doctests // #49723: rustdoc didn't add target features when extracting or running doctests

View File

@ -2,7 +2,6 @@
// LLVM bug which needed a fix to be backported. // LLVM bug which needed a fix to be backported.
// run-pass // run-pass
// no-system-llvm
fn main() { fn main() {
let buffer = [49u8, 10]; let buffer = [49u8, 10];

View File

@ -1,4 +1,3 @@
// no-system-llvm
// compile-flags: -C opt-level=3 // compile-flags: -C opt-level=3
// aux-build: issue-76387.rs // aux-build: issue-76387.rs
// run-pass // run-pass