diff options
Diffstat (limited to 'clang/test/Driver/clang-exception-flags.cpp')
-rw-r--r-- | clang/test/Driver/clang-exception-flags.cpp | 3 |
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" |