[cfe-commits] r69426 - /cfe/trunk/test/CodeGen/function-decay.m
Chris Lattner
sabre at nondot.org
Sat Apr 18 00:00:06 PDT 2009
Author: lattner
Date: Sat Apr 18 02:00:06 2009
New Revision: 69426
URL: http://llvm.org/viewvc/llvm-project?rev=69426&view=rev
Log:
don't dump .ll file in this dir.
Modified:
cfe/trunk/test/CodeGen/function-decay.m
Modified: cfe/trunk/test/CodeGen/function-decay.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/function-decay.m?rev=69426&r1=69425&r2=69426&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/function-decay.m (original)
+++ cfe/trunk/test/CodeGen/function-decay.m Sat Apr 18 02:00:06 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm
+// RUN: clang-cc %s -emit-llvm -o -
@interface I0 @end
@implementation I0
More information about the cfe-commits
mailing list