[cfe-commits] r76320 - /cfe/trunk/test/CodeGenObjC/object-incr-decr-1.m
Sebastian Redl
sebastian.redl at getdesigned.at
Sat Jul 18 08:13:37 PDT 2009
Author: cornedbee
Date: Sat Jul 18 10:13:36 2009
New Revision: 76320
URL: http://llvm.org/viewvc/llvm-project?rev=76320&view=rev
Log:
Fix RUN line to not litter the test directory.
Modified:
cfe/trunk/test/CodeGenObjC/object-incr-decr-1.m
Modified: cfe/trunk/test/CodeGenObjC/object-incr-decr-1.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/object-incr-decr-1.m?rev=76320&r1=76319&r2=76320&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/object-incr-decr-1.m (original)
+++ cfe/trunk/test/CodeGenObjC/object-incr-decr-1.m Sat Jul 18 10:13:36 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s
+// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s -o %t
@interface Foo
{
More information about the cfe-commits
mailing list