forked from OSchip/llvm-project
tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding sporadic win32 failures about renaming a temporary.
llvm-svn: 130439
This commit is contained in:
parent
a86188bf8e
commit
c76da44eeb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue