]> granicus.if.org Git - clang/commitdiff
Work around different -std= default for PS4 target.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 11 May 2017 19:17:54 +0000 (19:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 11 May 2017 19:17:54 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302818 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/array-default-argument.cpp

index 8376b4f340c59aa885d485b0ab937028bf2b583e..a07e3908392a488f2ce456ef938149516e1dc916 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -emit-llvm -o - %s -triple %itanium_abi_triple | FileCheck %s
-// RUN: %clang_cc1 -emit-llvm -o - %s -triple %itanium_abi_triple -fexceptions -fcxx-exceptions | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EH
+// RUN: %clang_cc1 -emit-llvm -o - %s -triple %itanium_abi_triple -std=c++98 -fexceptions -fcxx-exceptions | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EH
 
 struct A {
   A();