forked from OSchip/llvm-project
Adding an additional test to ensure the frame pointer is emitted
when compiling with optimization when PS4 is the target. llvm-svn: 279603
This commit is contained in:
parent
733fe3676c
commit
8702e44057
|
@ -57,6 +57,8 @@
|
|||
// (OMIT_LEAF check line is above)
|
||||
// RUN: %clang -### -target x86_64-scei-ps4 -S %s 2>&1 | \
|
||||
// RUN: FileCheck --check-prefix=OMIT_LEAF %s
|
||||
// RUN: %clang -### -target x86_64-scei-ps4 -S -O2 %s 2>&1 | \
|
||||
// RUN: FileCheck --check-prefix=OMIT_LEAF %s
|
||||
|
||||
void f0() {}
|
||||
void f1() { f0(); }
|
||||
|
|
Loading…
Reference in New Issue