]> granicus.if.org Git - clang/commitdiff
tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 28 Apr 2011 21:23:38 +0000 (21:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 28 Apr 2011 21:23:38 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130439 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/bitfield-access.m

index 16b0001ddfda1b329019ed384aa94fc9b566c3f4..ab776abd4ea6c1d47f6cf489fac5e20ef54f86b8 100644 (file)
@@ -1,7 +1,8 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm -o %t %s
-// RUN: FileCheck -check-prefix=CHECK-I386 < %t %s
-// RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -emit-llvm -o %t %s
-// RUN: FileCheck -check-prefix=CHECK-ARM < %t %s
+// RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm -o %t1 %s
+// RUN: FileCheck -check-prefix=CHECK-I386 < %t1 %s
+
+// RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -emit-llvm -o %t2 %s
+// RUN: FileCheck -check-prefix=CHECK-ARM < %t2 %s
 
 @interface I0 { 
 @public