]> granicus.if.org Git - clang/commitdiff
Shuffle tests around to more appropriate files
authorFilipe Cabecinhas <me@filcab.net>
Fri, 30 Jan 2015 18:25:48 +0000 (18:25 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Fri, 30 Jan 2015 18:25:48 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227592 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/frame-pointer-elim.c
test/Driver/ps4-cpu-defaults.cpp

index 286cd6e61f833037d86e8b046188dff96b033309..ce0612b14dcf204998551907f6a91c5c27b5a24d 100644 (file)
 // RUN:   FileCheck --check-prefix=OMIT_LEAF %s
 // OMIT_LEAF: "-momit-leaf-frame-pointer"
 
+// On the PS4, we default to omitting the frame pointer on lead functions
+// (OMIT_LEAF check line is above)
+// RUN: %clang -### -target x86_64-scei-ps4 -S %s 2>&1 | \
+// RUN:   FileCheck --check-prefix=OMIT_LEAF %s
+
 void f0() {}
 void f1() { f0(); }
index b42ec6c7dcec31b1849e1f5ff4fb3f2fece2b5e1..99547d4e02a2059f69ec6ec778c2f5cca054b950 100644 (file)
@@ -1,7 +1,6 @@
 // Check that on the PS4 we default to:
-// -target-cpu btver2, -momit-leaf-frame-pointer, and no exceptions
+// -target-cpu btver2 and no exceptions
 
 // RUN: %clang -target x86_64-scei-ps4 -c %s -### 2>&1 | FileCheck %s
 // CHECK: "-target-cpu" "btver2"
-// CHECK: -momit-leaf-frame-pointer
 // CHECK-NOT: exceptions