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/vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/vector.c') diff --git a/clang/test/CodeGen/vector.c b/clang/test/CodeGen/vector.c index ac9922524e1..86956e05f58 100644 --- a/clang/test/CodeGen/vector.c +++ b/clang/test/CodeGen/vector.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s +// RUN: clang -emit-llvm %s -o %t typedef short __v4hi __attribute__ ((__vector_size__ (8))); void f() -- cgit v1.2.3