commit | 2ba6c81baa464281cda42ee1bf0df91cba7c031f | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Apr 15 21:11:33 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Apr 15 21:11:33 2010 +0000 |
tree | 627b1fb1fe061bf6a76725981c0d43452fc25da1 | |
parent | 1865cfe14dc801383143a3e806b778a312d9816e [diff] [blame] |
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
diff --git a/test/CodeGenCXX/reference-in-blocks.cpp b/test/CodeGenCXX/reference-in-blocks.cpp index ef09e43..c020bab 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*, ...);