summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/static-forward-decl-fun.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/static-forward-decl-fun.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/static-forward-decl-fun.c')
-rw-r--r--clang/test/CodeGen/static-forward-decl-fun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/static-forward-decl-fun.c b/clang/test/CodeGen/static-forward-decl-fun.c
index 636c8fb0d7f..69080e3a038 100644
--- a/clang/test/CodeGen/static-forward-decl-fun.c
+++ b/clang/test/CodeGen/static-forward-decl-fun.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm
+// RUN: clang %s -emit-llvm -o %t
static int staticfun(void);
int (*staticuse1)(void) = staticfun;
OpenPOWER on IntegriCloud