Skip to content

Commit 60a13dd

Browse files
committed
Do not specify target triple for codegen test so it also runs on msvc builds
1 parent 58b23cb commit 60a13dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/codegen/issues/issue-123712-str-to-lower-autovectorization.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@ only-x86_64
2-
//
3-
//@ needs-llvm-components: x86
4-
//@ compile-flags: --target=x86_64-unknown-linux-gnu -Copt-level=3
2+
//@ compile-flags: -C opt-level=3
53
#![crate_type = "lib"]
64
#![no_std]
75
#![feature(str_internals)]

0 commit comments

Comments
 (0)