Include '.test' suffix in target specific lit configs that need it
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 18 Mar 2013 20:31:44 +0000 (20:31 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 18 Mar 2013 20:31:44 +0000 (20:31 +0000)
commite68f0b650e32c1993c5d4c92e04cb3d7b7588010
tree3f39e3a92c9c4059639e9e7b341d7d5cbab96377
parentafa288de507fb39105e59b0557a25b32ae366637
Include '.test' suffix in target specific lit configs that need it

Apparently my final cleanup to use a relevant suffix for these tests before
committing r176831 caused them to stop running since lit wasn't configured to
run tests with that suffix in those directories (why don't we just have a
global suffix list?). So, add the suffix to the relevant directories & fix the
test that has bitrotted over the last week due to my debug info schema changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177315 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/lit.local.cfg
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/MBlaze/lit.local.cfg
test/CodeGen/MSP430/lit.local.cfg
test/CodeGen/Mips/lit.local.cfg
test/CodeGen/PowerPC/lit.local.cfg
test/CodeGen/SPARC/lit.local.cfg
test/CodeGen/Thumb/lit.local.cfg
test/CodeGen/X86/lit.local.cfg
test/CodeGen/XCore/lit.local.cfg