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/globalinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/globalinit.c') diff --git a/clang/test/CodeGen/globalinit.c b/clang/test/CodeGen/globalinit.c index a5535b5853a..0f3e21a6caf 100644 --- a/clang/test/CodeGen/globalinit.c +++ b/clang/test/CodeGen/globalinit.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s +// RUN: clang -emit-llvm %s -o %t int A[10] = { 1,2,3,4,5 }; -- cgit v1.2.3