Skip to content
Snippets Groups Projects
Commit 28b38bc1 authored by Douglas Yung's avatar Douglas Yung
Browse files

Adding an additional test to ensure the frame pointer is emitted

when compiling with optimization when PS4 is the target.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279603 91177308-0d34-0410-b5e6-96231b3b80d8
parent ed0c7d6f
No related branches found
No related tags found
No related merge requests found
......@@ -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(); }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment