r228394 - Added a test to check that exception flags are not passed by default on PS4.

Andrea Di Biagio Andrea_DiBiagio at sn.scee.net
Fri Feb 6 05:02:39 PST 2015


Author: adibiagio
Date: Fri Feb  6 07:02:39 2015
New Revision: 228394

URL: http://llvm.org/viewvc/llvm-project?rev=228394&view=rev
Log:
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

Modified:
    cfe/trunk/test/Driver/clang-exception-flags.cpp

Modified: cfe/trunk/test/Driver/clang-exception-flags.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/clang-exception-flags.cpp?rev=228394&r1=228393&r2=228394&view=diff
==============================================================================
--- cfe/trunk/test/Driver/clang-exception-flags.cpp (original)
+++ cfe/trunk/test/Driver/clang-exception-flags.cpp Fri Feb  6 07:02:39 2015
@@ -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"





More information about the cfe-commits mailing list