[cfe-commits] r113814 - /cfe/trunk/test/CodeGen/statements.c

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Sep 13 16:26:28 PDT 2010


Author: stoklund
Date: Mon Sep 13 18:26:28 2010
New Revision: 113814

URL: http://llvm.org/viewvc/llvm-project?rev=113814&view=rev
Log:
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.

Modified:
    cfe/trunk/test/CodeGen/statements.c

Modified: cfe/trunk/test/CodeGen/statements.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/statements.c?rev=113814&r1=113813&r2=113814&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/statements.c (original)
+++ cfe/trunk/test/CodeGen/statements.c Mon Sep 13 18:26:28 2010
@@ -1,3 +1,4 @@
+// RUN: rm -f %S/statements.ll
 // RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only
 
 void test1(int x) {





More information about the cfe-commits mailing list