]> granicus.if.org Git - clang/commit
Update a number of CodeGen tests to not create .ll files in the test
authorDaniel Dunbar <daniel@zuster.org>
Thu, 21 Aug 2008 02:51:29 +0000 (02:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 21 Aug 2008 02:51:29 +0000 (02:51 +0000)
commit2d6ca8d0f699647364e983bd254a3d8ad422efda
tree7ce570c07348f750a1855438f9884c0ce8403f66
parent6bfd6218e822abae4a030889a2a82c722460e36a
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55104 91177308-0d34-0410-b5e6-96231b3b80d8
33 files changed:
test/CodeGen/2007-11-29-ArraySizeFromInitializer.c
test/CodeGen/2008-02-07-bitfield-bug.c
test/CodeGen/2008-02-08-bitfield-bug.c
test/CodeGen/OpaqueStruct.c
test/CodeGen/array.c
test/CodeGen/bitfield-init.c
test/CodeGen/bool-bitfield.c
test/CodeGen/boolassign.c
test/CodeGen/cast.c
test/CodeGen/cfstring.c
test/CodeGen/conditional-gnu-ext.c
test/CodeGen/conditional.c
test/CodeGen/extern-block-var.c
test/CodeGen/global-with-initialiser.c
test/CodeGen/globalinit.c
test/CodeGen/int-to-pointer.c
test/CodeGen/mandel.c
test/CodeGen/merge-attrs.c
test/CodeGen/ocu-vector.c
test/CodeGen/opaque-pointer.c
test/CodeGen/pointer-arithmetic.c
test/CodeGen/shared-string-literals.c
test/CodeGen/static-forward-decl-fun.c
test/CodeGen/string-literal.c
test/CodeGen/struct-comma.c
test/CodeGen/struct-init.c
test/CodeGen/struct.c
test/CodeGen/trunc-array-initializer.c
test/CodeGen/typedef.c
test/CodeGen/union.c
test/CodeGen/vector.c
test/CodeGen/whilestmt.c
test/CodeGen/writable-strings.c