From 19d84c3c51766ea618564af439188f349a4e87e8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 21 Aug 2008 02:51:29 +0000 Subject: Update a number of CodeGen tests to not create .ll files in the test directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104 --- clang/test/CodeGen/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/array.c') diff --git a/clang/test/CodeGen/array.c b/clang/test/CodeGen/array.c index 58efce7fd77..ed56b5be63d 100644 --- a/clang/test/CodeGen/array.c +++ b/clang/test/CodeGen/array.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s +// RUN: clang -emit-llvm %s -o %t int f() { int a[2]; -- cgit v1.2.3