]> granicus.if.org Git - clang/commitdiff
test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Mar 2012 03:02:29 +0000 (03:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Mar 2012 03:02:29 +0000 (03:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152476 91177308-0d34-0410-b5e6-96231b3b80d8

test/Rewriter/rewrite-modern-ivars-2.mm

index ead8e8f548a5e7e919b34b871aebbf99e5bf9921..643d4518e416165f0600488070c1a1ab0f578068 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
-// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
 
 @interface B @end