diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-04-15 21:11:33 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-04-15 21:11:33 +0000 |
commit | 1a596562ed74a248647c01aaeac66e0f6f0a4029 (patch) | |
tree | e775ff4faf5de76cae75974ffa674627955af49c /clang/test/CodeGenCXX/reference-in-blocks.cpp | |
parent | 9833d399cef1b50b973d7ca3de69f6a9518438c3 (diff) | |
download | bcm5719-llvm-1a596562ed74a248647c01aaeac66e0f6f0a4029.tar.gz bcm5719-llvm-1a596562ed74a248647c01aaeac66e0f6f0a4029.zip |
Specify temporary file for -emit-llvm output in test case so that we don't deposit the file
in the original source directory.
llvm-svn: 101402
Diffstat (limited to 'clang/test/CodeGenCXX/reference-in-blocks.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/reference-in-blocks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/reference-in-blocks.cpp b/clang/test/CodeGenCXX/reference-in-blocks.cpp index ef09e4305b5..c020bab0f77 100644 --- a/clang/test/CodeGenCXX/reference-in-blocks.cpp +++ b/clang/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*, ...); |