Skip to content

Commit f9cd048

Browse files
committed
Deactivate crash test on GCC backend.
1 parent c7401c8 commit f9cd048

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/crashes/project-to-simd-array-field.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//@ known-bug: #137108
2-
//@compile-flags: -Copt-level=3
2+
//@ compile-flags: -Copt-level=3
3+
// This test only ICEs on LLVM-based codegen.
4+
//@ needs-llvm-components
35

46
// If you fix this, put it in the corresponding codegen test,
57
// not in a UI test like the readme says.

0 commit comments

Comments
 (0)