From 54481e594888fcdee4deae34c59097b7a85f6702 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Mon, 13 Sep 2010 23:26:28 +0000 Subject: Clean up in buildbot directories. This test created a statements.ll file until about a month ago. Some buildbots still have this file in their source dir. This is the easiest way to remove the file on all bots. Then I'll revert. llvm-svn: 113814 --- clang/test/CodeGen/statements.c | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/test/CodeGen') diff --git a/clang/test/CodeGen/statements.c b/clang/test/CodeGen/statements.c index 1d4f633f617..522b22dc1cd 100644 --- a/clang/test/CodeGen/statements.c +++ b/clang/test/CodeGen/statements.c @@ -1,3 +1,4 @@ +// RUN: rm -f %S/statements.ll // RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only void test1(int x) { -- cgit v1.2.3