Don't use LLVM to compute -Ctarget-feature
This commit is contained in:
parent
484aca8857
commit
a25da077cf
6 changed files with 121 additions and 113 deletions
|
@ -1,7 +1,7 @@
|
|||
//@ revisions: COMPAT INCOMPAT
|
||||
//@ needs-llvm-components: x86
|
||||
//@ compile-flags: --target=x86_64-unknown-linux-gnu -Copt-level=3
|
||||
//@ [COMPAT] compile-flags: -Ctarget-feature=+avx2,+avx,+sse4.2,+sse4.1,+ssse3,+sse3
|
||||
//@ [COMPAT] compile-flags: -Ctarget-feature=+avx2,+avx
|
||||
//@ [INCOMPAT] compile-flags: -Ctarget-feature=-avx2,-avx
|
||||
|
||||
// See also tests/assembly/target-feature-multiple.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue