]> granicus.if.org Git - clang/commitdiff
Specify temporary file for -emit-llvm output in test case so that we don't deposit...
authorTed Kremenek <kremenek@apple.com>
Thu, 15 Apr 2010 21:11:33 +0000 (21:11 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 15 Apr 2010 21:11:33 +0000 (21:11 +0000)
in the original source directory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101402 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/reference-in-blocks.cpp

index ef09e4305b5cf0b3ed7267650916f768a20ba21e..c020bab0f778ca36f9234682b9634e182a797ffe 100644 (file)
@@ -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*, ...);