REPOSITORY
rL LLVM
http://reviews.llvm.org/D7298
Files:
cfe/trunk/test/Driver/clang-exception-flags.cpp
Index: cfe/trunk/test/Driver/clang-exception-flags.cpp
===================================================================
--- cfe/trunk/test/Driver/clang-exception-flags.cpp
+++ cfe/trunk/test/Driver/clang-exception-flags.cpp
@@ -23,3 +23,6 @@
//
// RUN: %clang -### -fexceptions -fno-cxx-exceptions %s 2>&1 | FileCheck %s
-check-prefix=OFF4
// OFF4-NOT: "-cc1" {{.*}} "-fcxx-exceptions"
+//
+// RUN: %clang -### -target x86_64-scei-ps4 %s 2>&1 | FileCheck %s
-check-prefix=PS4-OFF
+// PS4-OFF-NOT: "-cc1" {{.*}} "-f{{(cxx-)?}}exceptions"
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
Index: cfe/trunk/test/Driver/clang-exception-flags.cpp
===================================================================
--- cfe/trunk/test/Driver/clang-exception-flags.cpp
+++ cfe/trunk/test/Driver/clang-exception-flags.cpp
@@ -23,3 +23,6 @@
//
// RUN: %clang -### -fexceptions -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF4
// OFF4-NOT: "-cc1" {{.*}} "-fcxx-exceptions"
+//
+// RUN: %clang -### -target x86_64-scei-ps4 %s 2>&1 | FileCheck %s -check-prefix=PS4-OFF
+// PS4-OFF-NOT: "-cc1" {{.*}} "-f{{(cxx-)?}}exceptions"
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits