Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
authorEli Bendersky <eli.bendersky@intel.com>
Sun, 25 Mar 2012 09:02:19 +0000 (09:02 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Sun, 25 Mar 2012 09:02:19 +0000 (09:02 +0000)
commitcc85160672e3b2d5ec363cc4e151e5b944a60454
treeebf29a36f6da8574a843a41099843db92420a699
parentd54f9a4c3bcdb247ea4aa311251c19242b03be63
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu

* Removed test/lib/llvm.exp - it is no longer needed
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions.
* Documented the config.root attribute in docs/CommandGuide/lit.pod

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
docs/CommandGuide/lit.pod
test/Bindings/Ocaml/lit.local.cfg
test/CodeGen/ARM/lit.local.cfg
test/CodeGen/CBackend/X86/lit.local.cfg
test/CodeGen/CBackend/lit.local.cfg
test/CodeGen/CPP/lit.local.cfg
test/CodeGen/CellSPU/lit.local.cfg
test/CodeGen/Hexagon/lit.local.cfg
test/CodeGen/MBlaze/lit.local.cfg
test/CodeGen/MSP430/lit.local.cfg
test/CodeGen/Mips/lit.local.cfg
test/CodeGen/PTX/lit.local.cfg
test/CodeGen/PowerPC/lit.local.cfg
test/CodeGen/SPARC/lit.local.cfg
test/CodeGen/Thumb/lit.local.cfg
test/CodeGen/Thumb2/lit.local.cfg
test/CodeGen/X86/GC/lit.local.cfg
test/CodeGen/X86/lit.local.cfg
test/CodeGen/XCore/lit.local.cfg
test/DebugInfo/X86/lit.local.cfg
test/MC/ARM/lit.local.cfg
test/MC/AsmParser/lit.local.cfg
test/MC/COFF/lit.local.cfg
test/MC/Disassembler/ARM/lit.local.cfg
test/MC/Disassembler/MBlaze/lit.local.cfg
test/MC/Disassembler/X86/lit.local.cfg
test/MC/ELF/lit.local.cfg
test/MC/MBlaze/lit.local.cfg
test/MC/MachO/ARM/lit.local.cfg
test/MC/MachO/lit.local.cfg
test/MC/Mips/lit.local.cfg
test/Object/X86/lit.local.cfg
test/Other/X86/lit.local.cfg
test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
test/Transforms/LoopStrengthReduce/X86/lit.local.cfg
test/Transforms/TailDup/X86/lit.local.cfg
test/Transforms/TailDup/lit.local.cfg
test/lib/llvm.exp [deleted file]
test/lit.cfg
utils/lit/lit/TestingConfig.py