tests/assembly: use -Copt-level=3 instead of -O
This commit is contained in:
parent
b3464fa65f
commit
ee111b24e3
25 changed files with 29 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
// Use the same target CPU as `i686` so that LLVM orders the instructions in the same order.
|
||||
//@ compile-flags: -Ctarget-feature=+sse2 -Ctarget-cpu=pentium4
|
||||
// Force frame pointers to make ASM more consistent between targets
|
||||
//@ compile-flags: -O -C force-frame-pointers
|
||||
//@ compile-flags: -Copt-level=3 -C force-frame-pointers
|
||||
//@ filecheck-flags: --implicit-check-not fld --implicit-check-not fst
|
||||
//@ revisions: normal win
|
||||
//@[normal] ignore-windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue