summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-18 15:48:37 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-18 15:48:37 +0000
commitf21701b70cc9e88ca962827bf02b1fddb9ec6cd6 (patch)
treeef87b8dabe55ed3ba4b3906700817c68f8525b8d
parent19fac3cf3cba057029f5e85ffc2ebd25b5d01fe2 (diff)
downloadbcm5719-llvm-f21701b70cc9e88ca962827bf02b1fddb9ec6cd6.tar.gz
bcm5719-llvm-f21701b70cc9e88ca962827bf02b1fddb9ec6cd6.zip
Fix test to output LLVM to a temporary file, which we grep as part of the test
llvm-svn: 69448
-rw-r--r--clang/test/CodeGenObjC/overloadable.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/overloadable.m b/clang/test/CodeGenObjC/overloadable.m
index 1cc501a41b3..d455edf7714 100644
--- a/clang/test/CodeGenObjC/overloadable.m
+++ b/clang/test/CodeGenObjC/overloadable.m
@@ -1,5 +1,5 @@
// rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o -
+// RUN: clang-cc -emit-llvm %s -o %t
@class C;
OpenPOWER on IntegriCloud