From 10044cb388a6071d7555c45792dfa61aa2590baa Mon Sep 17 00:00:00 2001 From: Chris Lattner <sabre@nondot.org> Date: Sat, 18 Apr 2009 07:00:06 +0000 Subject: [PATCH] don't dump .ll file in this dir. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69426 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/function-decay.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/function-decay.m b/test/CodeGen/function-decay.m index 9c871139db..5652fdbb21 100644 --- a/test/CodeGen/function-decay.m +++ b/test/CodeGen/function-decay.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm +// RUN: clang-cc %s -emit-llvm -o - @interface I0 @end @implementation I0 -- 2.40.0