aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-04-15 21:11:33 +0000
committerTed Kremenek <kremenek@apple.com>2010-04-15 21:11:33 +0000
commit2ba6c81baa464281cda42ee1bf0df91cba7c031f (patch)
tree627b1fb1fe061bf6a76725981c0d43452fc25da1
parent1865cfe14dc801383143a3e806b778a312d9816e (diff)
Specify temporary file for -emit-llvm output in test case so that we don't deposit the file
in the original source directory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101402 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/reference-in-blocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/reference-in-blocks.cpp b/test/CodeGenCXX/reference-in-blocks.cpp
index ef09e4305b..c020bab0f7 100644
--- a/test/CodeGenCXX/reference-in-blocks.cpp
+++ b/test/CodeGenCXX/reference-in-blocks.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fblocks %s -emit-llvm
+// RUN: %clang_cc1 -fblocks %s -emit-llvm -o %t
extern "C" int printf(const char*, ...);