summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-exception-flags.cpp
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2015-02-06 13:02:39 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2015-02-06 13:02:39 +0000
commitb4f5d5cb3502dd4cfd13b36ed3c0a967550b4b2e (patch)
tree56f0f0cfc51fa5c70bc2dfb8075059064fac1e48 /clang/test/Driver/clang-exception-flags.cpp
parentb792be8e79b1a050e9877aad7780c0abb5562a34 (diff)
downloadbcm5719-llvm-b4f5d5cb3502dd4cfd13b36ed3c0a967550b4b2e.tar.gz
bcm5719-llvm-b4f5d5cb3502dd4cfd13b36ed3c0a967550b4b2e.zip
Added a test to check that exception flags are not passed by default on PS4.
This patch adds an extra test case to clang-exception-flags.cpp. No functional change intended. Patch by Wolfgang Pieb! Reviewers: filcab, alexr Differential Revision: http://reviews.llvm.org/D7298 llvm-svn: 228394
Diffstat (limited to 'clang/test/Driver/clang-exception-flags.cpp')
-rw-r--r--clang/test/Driver/clang-exception-flags.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/clang-exception-flags.cpp b/clang/test/Driver/clang-exception-flags.cpp
index 8c27d9b16d2..a5faed228e0 100644
--- a/clang/test/Driver/clang-exception-flags.cpp
+++ b/clang/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"
OpenPOWER on IntegriCloud