summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/globalinit.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-21 02:51:29 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-21 02:51:29 +0000
commit19d84c3c51766ea618564af439188f349a4e87e8 (patch)
treef7ad7376a383d9acce0e2ccccb516f07196431e8 /clang/test/CodeGen/globalinit.c
parent10a230ded99927cdef9f4996a2505c004713eca2 (diff)
downloadbcm5719-llvm-19d84c3c51766ea618564af439188f349a4e87e8.tar.gz
bcm5719-llvm-19d84c3c51766ea618564af439188f349a4e87e8.zip
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
Diffstat (limited to 'clang/test/CodeGen/globalinit.c')
-rw-r--r--clang/test/CodeGen/globalinit.c2
1 files changed, 1 insertions, 1 deletions
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 };
OpenPOWER on IntegriCloud