[PATCH] Add test to clang-exception-flags.cpp
Phabricator
reviews at reviews.llvm.org
Fri Feb 6 05:04:22 PST 2015
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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7298.19476.patch
Type: text/x-patch
Size: 543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150206/f2632fbf/attachment.bin>
More information about the cfe-commits
mailing list