Switch a bunch of Linker tests from using elaborate echo productions to
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 10:18:06 +0000 (10:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 10:18:06 +0000 (10:18 +0000)
commit7e621f3242108121139c81e9f71f0e15a4d0aa76
treea96b55651ec1c53e21241b92b88e780c274b46aa
parent3e25c4a1e3e58bc1d00d894854a29dd2e4e7e88a
Switch a bunch of Linker tests from using elaborate echo productions to
just provide and reference separate input files from an Inputs
subdirectory. This pattern works very well in the Clang tree and is
easier to understand in my opinion. It also has fewer limitations and
will remove one particularly annoying use of TCL-style {} quoting from
the testsuite.

Also teach the LLVM lit configuration to avoid recursing into 'Inputs'
subdirectories. This wasn't required for the previous 'Inputs'
subdirectories used due to fortuitous suffix patterns.

This is the first step to completely removing support for TCL-style tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159520 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/Linker/2003-04-21-Linkage.ll [deleted file]
test/Linker/Inputs/PR11464.a.ll [new file with mode: 0644]
test/Linker/Inputs/PR11464.b.ll [new file with mode: 0644]
test/Linker/Inputs/PR8300.a.ll [new file with mode: 0644]
test/Linker/Inputs/PR8300.b.ll [new file with mode: 0644]
test/Linker/Inputs/basiclink.a.ll [new file with mode: 0644]
test/Linker/Inputs/basiclink.b.ll [new file with mode: 0644]
test/Linker/Inputs/linkage.a.ll [new file with mode: 0644]
test/Linker/Inputs/linkage.b.ll [new file with mode: 0644]
test/Linker/PR8300.ll
test/Linker/basiclink.ll
test/Linker/linkage.ll [new file with mode: 0644]
test/Linker/multiple-merged-structs.ll
test/lit.cfg