Skip to content

Commit 31f5f03

Browse files
committed
Remove uses of no-system-llvm
It looks like none of these are actually needed.
1 parent 823e8b0 commit 31f5f03

19 files changed

+0
-20
lines changed

tests/codegen/alloc-optimisation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//
2-
// no-system-llvm
31
// compile-flags: -O
42
#![crate_type = "lib"]
53

tests/codegen/array-map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// compile-flags: -C opt-level=3 -C target-cpu=x86-64-v3
2-
// no-system-llvm
32
// only-x86_64
43
// ignore-debug (the extra assertions get in the way)
54

tests/codegen/dealloc-no-unwind.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// no-system-llvm
21
// compile-flags: -O
32

43
#![crate_type="lib"]

tests/codegen/fewer-names.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// no-system-llvm
21
// compile-flags: -Coverflow-checks=no -O
32
// revisions: YES NO
43
// [YES]compile-flags: -Zfewer-names=yes

tests/codegen/integer-overflow.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// no-system-llvm
21
// compile-flags: -O -C overflow-checks=on
32

43
#![crate_type = "lib"]

tests/codegen/issues/issue-116878.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// no-system-llvm
21
// compile-flags: -O
32
// ignore-debug: the debug assertions get in the way
43
#![crate_type = "lib"]

tests/codegen/issues/issue-44056-macos-tls-align.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//
22
// only-macos
3-
// no-system-llvm
43
// compile-flags: -O
54

65
#![crate_type = "rlib"]

tests/codegen/issues/issue-69101-bounds-check.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// no-system-llvm
21
// compile-flags: -O
32
// ignore-debug: the debug assertions get in the way
43
#![crate_type = "lib"]

tests/codegen/match-optimizes-away.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//
2-
// no-system-llvm
32
// compile-flags: -O
43
#![crate_type="lib"]
54

tests/codegen/ptr-read-metadata.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// compile-flags: -O -Z merge-functions=disabled
2-
// no-system-llvm
32
// ignore-debug (the extra assertions get in the way)
43

54
#![crate_type = "lib"]

0 commit comments

Comments
 (0)