[cfe-commits] r69448 - /cfe/trunk/test/CodeGenObjC/overloadable.m
Douglas Gregor
dgregor at apple.com
Sat Apr 18 08:48:45 PDT 2009
Author: dgregor
Date: Sat Apr 18 10:48:37 2009
New Revision: 69448
URL: http://llvm.org/viewvc/llvm-project?rev=69448&view=rev
Log:
Fix test to output LLVM to a temporary file, which we grep as part of the test
Modified:
cfe/trunk/test/CodeGenObjC/overloadable.m
Modified: cfe/trunk/test/CodeGenObjC/overloadable.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/overloadable.m?rev=69448&r1=69447&r2=69448&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/overloadable.m (original)
+++ cfe/trunk/test/CodeGenObjC/overloadable.m Sat Apr 18 10:48:37 2009
@@ -1,5 +1,5 @@
// rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o -
+// RUN: clang-cc -emit-llvm %s -o %t
@class C;
More information about the cfe-commits
mailing list