[llvm-commits] [llvm] r150664 - in /llvm/trunk/test: ./ Analysis/BasicAA/ Analysis/BlockFrequencyInfo/ Analysis/BranchProbabilityInfo/ Analysis/CallGraph/ Analysis/Dominators/ Analysis/GlobalsModRef/ Analysis/LoopDependenceAnalysis/ Analysis/LoopInfo/ Analysis/PostDominators/ Analysis/Profiling/ Analysis/RegionInfo/ Analysis/ScalarEvolution/ Analysis/TypeBasedAliasAnalysis/ Archive/ Assembler/ Bindings/Ocaml/ Bitcode/ BugPoint/ CodeGen/ARM/ CodeGen/CBackend/ CodeGen/CBackend/X86/ CodeGen/CPP/ CodeGen/CellSPU/ CodeGen/G...
Eli Bendersky
eli.bendersky at intel.com
Wed Feb 15 22:28:35 PST 2012
Author: eliben
Date: Thu Feb 16 00:28:33 2012
New Revision: 150664
URL: http://llvm.org/viewvc/llvm-project?rev=150664&view=rev
Log:
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.
Added:
llvm/trunk/test/Analysis/BasicAA/lit.local.cfg
llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg
llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg
llvm/trunk/test/Analysis/CallGraph/lit.local.cfg
llvm/trunk/test/Analysis/Dominators/lit.local.cfg
llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg
llvm/trunk/test/Analysis/LoopDependenceAnalysis/lit.local.cfg
llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg
llvm/trunk/test/Analysis/PostDominators/lit.local.cfg
llvm/trunk/test/Analysis/Profiling/lit.local.cfg
llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg
llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg
llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg
llvm/trunk/test/Archive/lit.local.cfg
llvm/trunk/test/Assembler/lit.local.cfg
llvm/trunk/test/Bindings/Ocaml/lit.local.cfg
llvm/trunk/test/Bitcode/lit.local.cfg
llvm/trunk/test/BugPoint/lit.local.cfg
llvm/trunk/test/CodeGen/ARM/lit.local.cfg
llvm/trunk/test/CodeGen/CBackend/X86/lit.local.cfg
llvm/trunk/test/CodeGen/CBackend/lit.local.cfg
llvm/trunk/test/CodeGen/CPP/lit.local.cfg
llvm/trunk/test/CodeGen/CellSPU/lit.local.cfg
llvm/trunk/test/CodeGen/Generic/lit.local.cfg
llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg
llvm/trunk/test/CodeGen/MBlaze/lit.local.cfg
llvm/trunk/test/CodeGen/MSP430/lit.local.cfg
llvm/trunk/test/CodeGen/Mips/lit.local.cfg
llvm/trunk/test/CodeGen/PTX/lit.local.cfg
llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg
llvm/trunk/test/CodeGen/SPARC/lit.local.cfg
llvm/trunk/test/CodeGen/Thumb/lit.local.cfg
llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg
llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg
llvm/trunk/test/CodeGen/X86/lit.local.cfg
llvm/trunk/test/CodeGen/XCore/lit.local.cfg
llvm/trunk/test/DebugInfo/X86/lit.local.cfg
llvm/trunk/test/DebugInfo/lit.local.cfg
llvm/trunk/test/ExecutionEngine/lit.local.cfg
llvm/trunk/test/Feature/lit.local.cfg
llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg
llvm/trunk/test/Integer/lit.local.cfg
llvm/trunk/test/Linker/lit.local.cfg
llvm/trunk/test/MC/ARM/lit.local.cfg
llvm/trunk/test/MC/AsmParser/lit.local.cfg
llvm/trunk/test/MC/COFF/lit.local.cfg
llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg
llvm/trunk/test/MC/Disassembler/MBlaze/lit.local.cfg
llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg
llvm/trunk/test/MC/ELF/lit.local.cfg
llvm/trunk/test/MC/MBlaze/lit.local.cfg
llvm/trunk/test/MC/MachO/ARM/lit.local.cfg
llvm/trunk/test/MC/MachO/lit.local.cfg
llvm/trunk/test/MC/Mips/lit.local.cfg
llvm/trunk/test/MC/X86/lit.local.cfg
llvm/trunk/test/Object/X86/lit.local.cfg
llvm/trunk/test/Object/lit.local.cfg
llvm/trunk/test/Other/X86/lit.local.cfg
llvm/trunk/test/Other/lit.local.cfg
llvm/trunk/test/TableGen/lit.local.cfg
llvm/trunk/test/Transforms/ADCE/lit.local.cfg
llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg
llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg
llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg
llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg
llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg
llvm/trunk/test/Transforms/ConstProp/lit.local.cfg
llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg
llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg
llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg
llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg
llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg
llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg
llvm/trunk/test/Transforms/GVN/lit.local.cfg
llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg
llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg
llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg
llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg
llvm/trunk/test/Transforms/Inline/lit.local.cfg
llvm/trunk/test/Transforms/InstCombine/lit.local.cfg
llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg
llvm/trunk/test/Transforms/Internalize/lit.local.cfg
llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg
llvm/trunk/test/Transforms/LCSSA/lit.local.cfg
llvm/trunk/test/Transforms/LICM/lit.local.cfg
llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg
llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg
llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg
llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg
llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg
llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg
llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg
llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg
llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg
llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg
llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg
llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg
llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg
llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg
llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg
llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg
llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg
llvm/trunk/test/Transforms/PruneEH/lit.local.cfg
llvm/trunk/test/Transforms/Reassociate/lit.local.cfg
llvm/trunk/test/Transforms/SCCP/lit.local.cfg
llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg
llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg
llvm/trunk/test/Transforms/SimplifyLibCalls/lit.local.cfg
llvm/trunk/test/Transforms/Sink/lit.local.cfg
llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg
llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg
llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg
llvm/trunk/test/Transforms/TailDup/lit.local.cfg
llvm/trunk/test/Verifier/lit.local.cfg
Removed:
llvm/trunk/test/Analysis/BasicAA/dg.exp
llvm/trunk/test/Analysis/BlockFrequencyInfo/dg.exp
llvm/trunk/test/Analysis/BranchProbabilityInfo/dg.exp
llvm/trunk/test/Analysis/CallGraph/dg.exp
llvm/trunk/test/Analysis/Dominators/dg.exp
llvm/trunk/test/Analysis/GlobalsModRef/dg.exp
llvm/trunk/test/Analysis/LoopDependenceAnalysis/dg.exp
llvm/trunk/test/Analysis/LoopInfo/dg.exp
llvm/trunk/test/Analysis/PostDominators/dg.exp
llvm/trunk/test/Analysis/Profiling/dg.exp
llvm/trunk/test/Analysis/RegionInfo/dg.exp
llvm/trunk/test/Analysis/ScalarEvolution/dg.exp
llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/dg.exp
llvm/trunk/test/Archive/dg.exp
llvm/trunk/test/Assembler/dg.exp
llvm/trunk/test/Bindings/Ocaml/dg.exp
llvm/trunk/test/Bitcode/dg.exp
llvm/trunk/test/BugPoint/dg.exp
llvm/trunk/test/CodeGen/ARM/dg.exp
llvm/trunk/test/CodeGen/CBackend/X86/dg.exp
llvm/trunk/test/CodeGen/CBackend/dg.exp
llvm/trunk/test/CodeGen/CPP/dg.exp
llvm/trunk/test/CodeGen/CellSPU/dg.exp
llvm/trunk/test/CodeGen/Generic/dg.exp
llvm/trunk/test/CodeGen/Hexagon/dg.exp
llvm/trunk/test/CodeGen/MBlaze/dg.exp
llvm/trunk/test/CodeGen/MSP430/dg.exp
llvm/trunk/test/CodeGen/Mips/dg.exp
llvm/trunk/test/CodeGen/PTX/dg.exp
llvm/trunk/test/CodeGen/PowerPC/dg.exp
llvm/trunk/test/CodeGen/SPARC/dg.exp
llvm/trunk/test/CodeGen/Thumb/dg.exp
llvm/trunk/test/CodeGen/Thumb2/dg.exp
llvm/trunk/test/CodeGen/X86/GC/dg.exp
llvm/trunk/test/CodeGen/X86/dg.exp
llvm/trunk/test/CodeGen/XCore/dg.exp
llvm/trunk/test/DebugInfo/X86/dg.exp
llvm/trunk/test/DebugInfo/dg.exp
llvm/trunk/test/ExecutionEngine/dg.exp
llvm/trunk/test/Feature/dg.exp
llvm/trunk/test/Instrumentation/AddressSanitizer/dg.exp
llvm/trunk/test/Instrumentation/ThreadSanitizer/dg.exp
llvm/trunk/test/Integer/dg.exp
llvm/trunk/test/Linker/dg.exp
llvm/trunk/test/MC/ARM/dg.exp
llvm/trunk/test/MC/AsmParser/dg.exp
llvm/trunk/test/MC/COFF/dg.exp
llvm/trunk/test/MC/Disassembler/ARM/dg.exp
llvm/trunk/test/MC/Disassembler/MBlaze/dg.exp
llvm/trunk/test/MC/Disassembler/X86/dg.exp
llvm/trunk/test/MC/ELF/dg.exp
llvm/trunk/test/MC/MBlaze/dg.exp
llvm/trunk/test/MC/MachO/ARM/dg.exp
llvm/trunk/test/MC/MachO/dg.exp
llvm/trunk/test/MC/Mips/dg.exp
llvm/trunk/test/MC/X86/dg.exp
llvm/trunk/test/Object/X86/dg.exp
llvm/trunk/test/Object/dg.exp
llvm/trunk/test/Other/X86/dg.exp
llvm/trunk/test/Other/dg.exp
llvm/trunk/test/TableGen/dg.exp
llvm/trunk/test/Transforms/ADCE/dg.exp
llvm/trunk/test/Transforms/ArgumentPromotion/dg.exp
llvm/trunk/test/Transforms/BBVectorize/dg.exp
llvm/trunk/test/Transforms/BlockPlacement/dg.exp
llvm/trunk/test/Transforms/CodeExtractor/dg.exp
llvm/trunk/test/Transforms/CodeGenPrepare/dg.exp
llvm/trunk/test/Transforms/ConstProp/dg.exp
llvm/trunk/test/Transforms/ConstantMerge/dg.exp
llvm/trunk/test/Transforms/CorrelatedValuePropagation/dg.exp
llvm/trunk/test/Transforms/DeadArgElim/dg.exp
llvm/trunk/test/Transforms/DeadStoreElimination/dg.exp
llvm/trunk/test/Transforms/EarlyCSE/dg.exp
llvm/trunk/test/Transforms/FunctionAttrs/dg.exp
llvm/trunk/test/Transforms/GVN/dg.exp
llvm/trunk/test/Transforms/GlobalDCE/dg.exp
llvm/trunk/test/Transforms/GlobalOpt/dg.exp
llvm/trunk/test/Transforms/IPConstantProp/dg.exp
llvm/trunk/test/Transforms/IndVarSimplify/dg.exp
llvm/trunk/test/Transforms/Inline/dg.exp
llvm/trunk/test/Transforms/InstCombine/dg.exp
llvm/trunk/test/Transforms/InstSimplify/dg.exp
llvm/trunk/test/Transforms/Internalize/dg.exp
llvm/trunk/test/Transforms/JumpThreading/dg.exp
llvm/trunk/test/Transforms/LCSSA/dg.exp
llvm/trunk/test/Transforms/LICM/dg.exp
llvm/trunk/test/Transforms/LoopDeletion/dg.exp
llvm/trunk/test/Transforms/LoopIdiom/dg.exp
llvm/trunk/test/Transforms/LoopRotate/dg.exp
llvm/trunk/test/Transforms/LoopSimplify/dg.exp
llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/dg.exp
llvm/trunk/test/Transforms/LoopStrengthReduce/X86/dg.exp
llvm/trunk/test/Transforms/LoopStrengthReduce/dg.exp
llvm/trunk/test/Transforms/LoopUnroll/dg.exp
llvm/trunk/test/Transforms/LoopUnswitch/dg.exp
llvm/trunk/test/Transforms/LowerAtomic/dg.exp
llvm/trunk/test/Transforms/LowerExpectIntrinsic/dg.exp
llvm/trunk/test/Transforms/LowerInvoke/dg.exp
llvm/trunk/test/Transforms/LowerSwitch/dg.exp
llvm/trunk/test/Transforms/Mem2Reg/dg.exp
llvm/trunk/test/Transforms/MemCpyOpt/dg.exp
llvm/trunk/test/Transforms/MergeFunc/dg.exp
llvm/trunk/test/Transforms/ObjCARC/dg.exp
llvm/trunk/test/Transforms/PhaseOrdering/dg.exp
llvm/trunk/test/Transforms/PruneEH/dg.exp
llvm/trunk/test/Transforms/Reassociate/dg.exp
llvm/trunk/test/Transforms/SCCP/dg.exp
llvm/trunk/test/Transforms/ScalarRepl/dg.exp
llvm/trunk/test/Transforms/SimplifyCFG/dg.exp
llvm/trunk/test/Transforms/SimplifyLibCalls/dg.exp
llvm/trunk/test/Transforms/Sink/dg.exp
llvm/trunk/test/Transforms/StripSymbols/dg.exp
llvm/trunk/test/Transforms/TailCallElim/dg.exp
llvm/trunk/test/Transforms/TailDup/X86/dg.exp
llvm/trunk/test/Transforms/TailDup/dg.exp
llvm/trunk/test/Verifier/dg.exp
Modified:
llvm/trunk/test/Makefile
llvm/trunk/test/lib/llvm.exp
llvm/trunk/test/lit.cfg
llvm/trunk/test/lit.site.cfg.in
Removed: llvm/trunk/test/Analysis/BasicAA/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BasicAA/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BasicAA/dg.exp (original)
+++ llvm/trunk/test/Analysis/BasicAA/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/BasicAA/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BasicAA/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BasicAA/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/BasicAA/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/BlockFrequencyInfo/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BlockFrequencyInfo/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BlockFrequencyInfo/dg.exp (original)
+++ llvm/trunk/test/Analysis/BlockFrequencyInfo/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/BranchProbabilityInfo/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BranchProbabilityInfo/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BranchProbabilityInfo/dg.exp (original)
+++ llvm/trunk/test/Analysis/BranchProbabilityInfo/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/CallGraph/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CallGraph/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/CallGraph/dg.exp (original)
+++ llvm/trunk/test/Analysis/CallGraph/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/CallGraph/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CallGraph/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/CallGraph/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/CallGraph/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/Dominators/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Dominators/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/Dominators/dg.exp (original)
+++ llvm/trunk/test/Analysis/Dominators/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/Dominators/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Dominators/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/Dominators/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/Dominators/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/GlobalsModRef/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/GlobalsModRef/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/GlobalsModRef/dg.exp (original)
+++ llvm/trunk/test/Analysis/GlobalsModRef/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/LoopDependenceAnalysis/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopDependenceAnalysis/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/LoopDependenceAnalysis/dg.exp (original)
+++ llvm/trunk/test/Analysis/LoopDependenceAnalysis/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/LoopDependenceAnalysis/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopDependenceAnalysis/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/LoopDependenceAnalysis/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/LoopDependenceAnalysis/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/LoopInfo/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopInfo/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/LoopInfo/dg.exp (original)
+++ llvm/trunk/test/Analysis/LoopInfo/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/PostDominators/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/PostDominators/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/PostDominators/dg.exp (original)
+++ llvm/trunk/test/Analysis/PostDominators/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/PostDominators/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/PostDominators/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/PostDominators/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/PostDominators/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/Profiling/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/dg.exp (original)
+++ llvm/trunk/test/Analysis/Profiling/dg.exp (removed)
@@ -1,4 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-
Added: llvm/trunk/test/Analysis/Profiling/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/Profiling/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/RegionInfo/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/RegionInfo/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/RegionInfo/dg.exp (original)
+++ llvm/trunk/test/Analysis/RegionInfo/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Analysis/ScalarEvolution/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/dg.exp (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Added: llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/dg.exp (original)
+++ llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg (added)
+++ llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Archive/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Archive/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Archive/dg.exp (original)
+++ llvm/trunk/test/Archive/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Archive/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Archive/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Archive/lit.local.cfg (added)
+++ llvm/trunk/test/Archive/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Assembler/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/dg.exp (original)
+++ llvm/trunk/test/Assembler/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Assembler/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/lit.local.cfg (added)
+++ llvm/trunk/test/Assembler/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Bindings/Ocaml/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/dg.exp (original)
+++ llvm/trunk/test/Bindings/Ocaml/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if [ llvm_supports_binding ocaml ] then {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,ml}]]
-}
Added: llvm/trunk/test/Bindings/Ocaml/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/lit.local.cfg (added)
+++ llvm/trunk/test/Bindings/Ocaml/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp', '.ml']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+bindings = set([s.strip() for s in root.llvm_bindings.split(',')])
+if not 'ocaml' in bindings:
+ config.unsupported = True
+
Removed: llvm/trunk/test/Bitcode/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Bitcode/dg.exp (original)
+++ llvm/trunk/test/Bitcode/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Bitcode/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Bitcode/lit.local.cfg (added)
+++ llvm/trunk/test/Bitcode/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/BugPoint/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/BugPoint/dg.exp (original)
+++ llvm/trunk/test/BugPoint/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Added: llvm/trunk/test/BugPoint/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/BugPoint/lit.local.cfg (added)
+++ llvm/trunk/test/BugPoint/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/CodeGen/ARM/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/dg.exp (original)
+++ llvm/trunk/test/CodeGen/ARM/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/ARM/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/CBackend/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CBackend/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CBackend/X86/dg.exp (original)
+++ llvm/trunk/test/CodeGen/CBackend/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] && [llvm_supports_target CBackend] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
-}
Added: llvm/trunk/test/CodeGen/CBackend/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CBackend/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CBackend/X86/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/CBackend/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'CBackend' in targets or not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/CBackend/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CBackend/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CBackend/dg.exp (original)
+++ llvm/trunk/test/CodeGen/CBackend/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target CBackend] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/CBackend/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CBackend/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CBackend/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/CBackend/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'CBackend' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/CPP/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CPP/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CPP/dg.exp (original)
+++ llvm/trunk/test/CodeGen/CPP/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target CppBackend] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/CPP/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CPP/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CPP/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/CPP/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'CppBackend' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/CellSPU/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CellSPU/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CellSPU/dg.exp (original)
+++ llvm/trunk/test/CodeGen/CellSPU/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target CellSPU] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/CellSPU/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CellSPU/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/CellSPU/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/CellSPU/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'CellSPU' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/Generic/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/dg.exp (original)
+++ llvm/trunk/test/CodeGen/Generic/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/CodeGen/Generic/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/Generic/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/CodeGen/Hexagon/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/dg.exp (original)
+++ llvm/trunk/test/CodeGen/Hexagon/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target Hexagon] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'Hexagon' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/MBlaze/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MBlaze/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/MBlaze/dg.exp (original)
+++ llvm/trunk/test/CodeGen/MBlaze/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target MBlaze] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/MBlaze/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MBlaze/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/MBlaze/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/MBlaze/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'MBlaze' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/MSP430/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MSP430/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/MSP430/dg.exp (original)
+++ llvm/trunk/test/CodeGen/MSP430/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target MSP430] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/MSP430/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MSP430/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/MSP430/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/MSP430/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'MSP430' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/Mips/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/dg.exp (original)
+++ llvm/trunk/test/CodeGen/Mips/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target Mips] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/Mips/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'Mips' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/PTX/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PTX/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PTX/dg.exp (original)
+++ llvm/trunk/test/CodeGen/PTX/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target PTX] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/PTX/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PTX/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PTX/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/PTX/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'PTX' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/PowerPC/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/dg.exp (original)
+++ llvm/trunk/test/CodeGen/PowerPC/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target PowerPC] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'PowerPC' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/SPARC/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/SPARC/dg.exp (original)
+++ llvm/trunk/test/CodeGen/SPARC/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target Sparc] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/SPARC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/SPARC/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/SPARC/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'Sparc' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/Thumb/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/dg.exp (original)
+++ llvm/trunk/test/CodeGen/Thumb/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/Thumb/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/Thumb/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/Thumb2/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/dg.exp (original)
+++ llvm/trunk/test/CodeGen/Thumb2/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/X86/GC/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/GC/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/GC/dg.exp (original)
+++ llvm/trunk/test/CodeGen/X86/GC/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dg.exp (original)
+++ llvm/trunk/test/CodeGen/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/CodeGen/XCore/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/XCore/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/XCore/dg.exp (original)
+++ llvm/trunk/test/CodeGen/XCore/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target XCore] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
-}
Added: llvm/trunk/test/CodeGen/XCore/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/XCore/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/XCore/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/XCore/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'XCore' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/DebugInfo/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dg.exp (original)
+++ llvm/trunk/test/DebugInfo/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
-}
Added: llvm/trunk/test/DebugInfo/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/lit.local.cfg (added)
+++ llvm/trunk/test/DebugInfo/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,12 @@
+config.suffixes = ['.ll']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
Removed: llvm/trunk/test/DebugInfo/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/dg.exp (original)
+++ llvm/trunk/test/DebugInfo/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/DebugInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/lit.local.cfg (added)
+++ llvm/trunk/test/DebugInfo/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/ExecutionEngine/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/ExecutionEngine/dg.exp (original)
+++ llvm/trunk/test/ExecutionEngine/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/ExecutionEngine/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/ExecutionEngine/lit.local.cfg (added)
+++ llvm/trunk/test/ExecutionEngine/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Feature/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Feature/dg.exp (original)
+++ llvm/trunk/test/Feature/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Feature/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Feature/lit.local.cfg (added)
+++ llvm/trunk/test/Feature/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Instrumentation/AddressSanitizer/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/dg.exp (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg (added)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Instrumentation/ThreadSanitizer/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/ThreadSanitizer/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/ThreadSanitizer/dg.exp (original)
+++ llvm/trunk/test/Instrumentation/ThreadSanitizer/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Removed: llvm/trunk/test/Integer/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Integer/dg.exp (original)
+++ llvm/trunk/test/Integer/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Integer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Integer/lit.local.cfg (added)
+++ llvm/trunk/test/Integer/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Linker/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Linker/dg.exp (original)
+++ llvm/trunk/test/Linker/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Linker/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Linker/lit.local.cfg (added)
+++ llvm/trunk/test/Linker/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/MC/ARM/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/ARM/dg.exp (original)
+++ llvm/trunk/test/MC/ARM/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
-}
Added: llvm/trunk/test/MC/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/MC/ARM/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp', '.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/AsmParser/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/dg.exp (original)
+++ llvm/trunk/test/MC/AsmParser/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
-}
Added: llvm/trunk/test/MC/AsmParser/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/lit.local.cfg (added)
+++ llvm/trunk/test/MC/AsmParser/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/COFF/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/COFF/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/COFF/dg.exp (original)
+++ llvm/trunk/test/MC/COFF/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,s}]]
-}
Added: llvm/trunk/test/MC/COFF/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/COFF/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/COFF/lit.local.cfg (added)
+++ llvm/trunk/test/MC/COFF/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.s', '.ll']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/Disassembler/ARM/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/ARM/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/ARM/dg.exp (original)
+++ llvm/trunk/test/MC/Disassembler/ARM/dg.exp (removed)
@@ -1,6 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
-}
-
Added: llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.txt']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/Disassembler/MBlaze/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/MBlaze/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/MBlaze/dg.exp (original)
+++ llvm/trunk/test/MC/Disassembler/MBlaze/dg.exp (removed)
@@ -1,6 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target MBlaze] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
-}
-
Added: llvm/trunk/test/MC/Disassembler/MBlaze/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/MBlaze/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/MBlaze/lit.local.cfg (added)
+++ llvm/trunk/test/MC/Disassembler/MBlaze/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.txt']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'MBlaze' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/Disassembler/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/X86/dg.exp (original)
+++ llvm/trunk/test/MC/Disassembler/X86/dg.exp (removed)
@@ -1,6 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
-}
-
Added: llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg (added)
+++ llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.txt']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/ELF/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/ELF/dg.exp (original)
+++ llvm/trunk/test/MC/ELF/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,s}]]
-}
Added: llvm/trunk/test/MC/ELF/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/ELF/lit.local.cfg (added)
+++ llvm/trunk/test/MC/ELF/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/MBlaze/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MBlaze/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/MBlaze/dg.exp (original)
+++ llvm/trunk/test/MC/MBlaze/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target MBlaze] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
-}
Added: llvm/trunk/test/MC/MBlaze/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MBlaze/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/MBlaze/lit.local.cfg (added)
+++ llvm/trunk/test/MC/MBlaze/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp', '.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'MBlaze' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/MachO/ARM/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/ARM/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/MachO/ARM/dg.exp (original)
+++ llvm/trunk/test/MC/MachO/ARM/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
-}
Added: llvm/trunk/test/MC/MachO/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/ARM/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/MachO/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/MC/MachO/ARM/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/MachO/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/MachO/dg.exp (original)
+++ llvm/trunk/test/MC/MachO/dg.exp (removed)
@@ -1,6 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
-}
-
Added: llvm/trunk/test/MC/MachO/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/MachO/lit.local.cfg (added)
+++ llvm/trunk/test/MC/MachO/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/Mips/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/Mips/dg.exp (original)
+++ llvm/trunk/test/MC/Mips/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target Mips] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
-}
Added: llvm/trunk/test/MC/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/Mips/lit.local.cfg (added)
+++ llvm/trunk/test/MC/Mips/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll', '.c', '.cpp', '.s']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'Mips' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/MC/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/MC/X86/dg.exp (original)
+++ llvm/trunk/test/MC/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
-}
Added: llvm/trunk/test/MC/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/MC/X86/lit.local.cfg (added)
+++ llvm/trunk/test/MC/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp', '.s']
Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=150664&r1=150663&r2=150664&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Thu Feb 16 00:28:33 2012
@@ -169,6 +169,8 @@
@$(ECHOPATH) s=@PYTHON_EXECUTABLE@=python=g >> lit.tmp
@$(ECHOPATH) s=@ENABLE_SHARED@=$(ENABLE_SHARED)=g >> lit.tmp
@$(ECHOPATH) s=@ENABLE_ASSERTIONS@=$(ENABLE_ASSERTIONS)=g >> lit.tmp
+ @$(ECHOPATH) s=@TARGETS_TO_BUILD@=$(TARGETS_TO_BUILD)=g >> lit.tmp
+ @$(ECHOPATH) s=@LLVM_BINDINGS@=$(BINDINGS_TO_BUILD)=g >> lit.tmp
@sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
@-rm -f lit.tmp
Removed: llvm/trunk/test/Object/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Object/X86/dg.exp (original)
+++ llvm/trunk/test/Object/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{test}]]
-}
Added: llvm/trunk/test/Object/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Object/X86/lit.local.cfg (added)
+++ llvm/trunk/test/Object/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.test']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/Object/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Object/dg.exp (original)
+++ llvm/trunk/test/Object/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{test}]]
Added: llvm/trunk/test/Object/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Object/lit.local.cfg (added)
+++ llvm/trunk/test/Object/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.test']
Removed: llvm/trunk/test/Other/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Other/X86/dg.exp (original)
+++ llvm/trunk/test/Other/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
-}
Added: llvm/trunk/test/Other/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Other/X86/lit.local.cfg (added)
+++ llvm/trunk/test/Other/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/Other/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Other/dg.exp (original)
+++ llvm/trunk/test/Other/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Other/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Other/lit.local.cfg (added)
+++ llvm/trunk/test/Other/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/TableGen/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/TableGen/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/TableGen/dg.exp (original)
+++ llvm/trunk/test/TableGen/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]
Added: llvm/trunk/test/TableGen/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/TableGen/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/TableGen/lit.local.cfg (added)
+++ llvm/trunk/test/TableGen/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.td']
Removed: llvm/trunk/test/Transforms/ADCE/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ADCE/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ADCE/dg.exp (original)
+++ llvm/trunk/test/Transforms/ADCE/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/ADCE/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ADCE/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ADCE/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/ADCE/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/ArgumentPromotion/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ArgumentPromotion/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ArgumentPromotion/dg.exp (original)
+++ llvm/trunk/test/Transforms/ArgumentPromotion/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/BBVectorize/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/BBVectorize/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/BBVectorize/dg.exp (original)
+++ llvm/trunk/test/Transforms/BBVectorize/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/BlockPlacement/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/BlockPlacement/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/BlockPlacement/dg.exp (original)
+++ llvm/trunk/test/Transforms/BlockPlacement/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/CodeExtractor/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeExtractor/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CodeExtractor/dg.exp (original)
+++ llvm/trunk/test/Transforms/CodeExtractor/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/CodeGenPrepare/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeGenPrepare/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CodeGenPrepare/dg.exp (original)
+++ llvm/trunk/test/Transforms/CodeGenPrepare/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Added: llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Transforms/ConstProp/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstProp/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ConstProp/dg.exp (original)
+++ llvm/trunk/test/Transforms/ConstProp/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/ConstProp/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstProp/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ConstProp/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/ConstProp/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/ConstantMerge/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstantMerge/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ConstantMerge/dg.exp (original)
+++ llvm/trunk/test/Transforms/ConstantMerge/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/CorrelatedValuePropagation/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CorrelatedValuePropagation/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CorrelatedValuePropagation/dg.exp (original)
+++ llvm/trunk/test/Transforms/CorrelatedValuePropagation/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Added: llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Transforms/DeadArgElim/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadArgElim/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DeadArgElim/dg.exp (original)
+++ llvm/trunk/test/Transforms/DeadArgElim/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/DeadStoreElimination/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadStoreElimination/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DeadStoreElimination/dg.exp (original)
+++ llvm/trunk/test/Transforms/DeadStoreElimination/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/EarlyCSE/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/EarlyCSE/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/EarlyCSE/dg.exp (original)
+++ llvm/trunk/test/Transforms/EarlyCSE/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Added: llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Transforms/FunctionAttrs/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionAttrs/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/FunctionAttrs/dg.exp (original)
+++ llvm/trunk/test/Transforms/FunctionAttrs/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/GVN/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GVN/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GVN/dg.exp (original)
+++ llvm/trunk/test/Transforms/GVN/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/GVN/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GVN/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GVN/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/GVN/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/GlobalDCE/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalDCE/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GlobalDCE/dg.exp (original)
+++ llvm/trunk/test/Transforms/GlobalDCE/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/GlobalOpt/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalOpt/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GlobalOpt/dg.exp (original)
+++ llvm/trunk/test/Transforms/GlobalOpt/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/IPConstantProp/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IPConstantProp/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/IPConstantProp/dg.exp (original)
+++ llvm/trunk/test/Transforms/IPConstantProp/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/IndVarSimplify/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/dg.exp (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/Inline/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Inline/dg.exp (original)
+++ llvm/trunk/test/Transforms/Inline/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/Inline/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Inline/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/Inline/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/InstCombine/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/dg.exp (original)
+++ llvm/trunk/test/Transforms/InstCombine/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/InstCombine/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/InstCombine/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/InstSimplify/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstSimplify/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstSimplify/dg.exp (original)
+++ llvm/trunk/test/Transforms/InstSimplify/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/Internalize/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Internalize/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Internalize/dg.exp (original)
+++ llvm/trunk/test/Transforms/Internalize/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/Internalize/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Internalize/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Internalize/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/Internalize/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/JumpThreading/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/JumpThreading/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/JumpThreading/dg.exp (original)
+++ llvm/trunk/test/Transforms/JumpThreading/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Added: llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Transforms/LCSSA/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LCSSA/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LCSSA/dg.exp (original)
+++ llvm/trunk/test/Transforms/LCSSA/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LCSSA/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LCSSA/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LCSSA/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LCSSA/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LICM/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LICM/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LICM/dg.exp (original)
+++ llvm/trunk/test/Transforms/LICM/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LICM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LICM/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LICM/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LICM/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopDeletion/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopDeletion/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopDeletion/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopDeletion/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopIdiom/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopIdiom/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopIdiom/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopIdiom/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopRotate/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopRotate/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopRotate/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopRotate/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopSimplify/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopSimplify/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopSimplify/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopSimplify/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
-}
Added: llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/Transforms/LoopStrengthReduce/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/X86/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
-}
Added: llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/Transforms/LoopStrengthReduce/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopUnroll/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopUnroll/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopUnroll/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopUnroll/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LoopUnswitch/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopUnswitch/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopUnswitch/dg.exp (original)
+++ llvm/trunk/test/Transforms/LoopUnswitch/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LowerAtomic/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerAtomic/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerAtomic/dg.exp (original)
+++ llvm/trunk/test/Transforms/LowerAtomic/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LowerExpectIntrinsic/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerExpectIntrinsic/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerExpectIntrinsic/dg.exp (original)
+++ llvm/trunk/test/Transforms/LowerExpectIntrinsic/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Transforms/LowerInvoke/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerInvoke/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerInvoke/dg.exp (original)
+++ llvm/trunk/test/Transforms/LowerInvoke/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/LowerSwitch/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerSwitch/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerSwitch/dg.exp (original)
+++ llvm/trunk/test/Transforms/LowerSwitch/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/Mem2Reg/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Mem2Reg/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Mem2Reg/dg.exp (original)
+++ llvm/trunk/test/Transforms/Mem2Reg/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/MemCpyOpt/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MemCpyOpt/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MemCpyOpt/dg.exp (original)
+++ llvm/trunk/test/Transforms/MemCpyOpt/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/MergeFunc/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MergeFunc/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MergeFunc/dg.exp (original)
+++ llvm/trunk/test/Transforms/MergeFunc/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/ObjCARC/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ObjCARC/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ObjCARC/dg.exp (original)
+++ llvm/trunk/test/Transforms/ObjCARC/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/PhaseOrdering/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PhaseOrdering/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/PhaseOrdering/dg.exp (original)
+++ llvm/trunk/test/Transforms/PhaseOrdering/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/PruneEH/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PruneEH/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/PruneEH/dg.exp (original)
+++ llvm/trunk/test/Transforms/PruneEH/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/PruneEH/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PruneEH/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/PruneEH/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/PruneEH/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/Reassociate/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Reassociate/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Reassociate/dg.exp (original)
+++ llvm/trunk/test/Transforms/Reassociate/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/Reassociate/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Reassociate/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Reassociate/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/Reassociate/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/SCCP/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SCCP/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SCCP/dg.exp (original)
+++ llvm/trunk/test/Transforms/SCCP/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/SCCP/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SCCP/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SCCP/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/SCCP/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/ScalarRepl/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ScalarRepl/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ScalarRepl/dg.exp (original)
+++ llvm/trunk/test/Transforms/ScalarRepl/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
Added: llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll']
Removed: llvm/trunk/test/Transforms/SimplifyCFG/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/dg.exp (original)
+++ llvm/trunk/test/Transforms/SimplifyCFG/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/SimplifyLibCalls/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/dg.exp (original)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/SimplifyLibCalls/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/Sink/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Sink/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Sink/dg.exp (original)
+++ llvm/trunk/test/Transforms/Sink/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/Sink/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Sink/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Sink/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/Sink/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/StripSymbols/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/StripSymbols/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/StripSymbols/dg.exp (original)
+++ llvm/trunk/test/Transforms/StripSymbols/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/TailCallElim/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailCallElim/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailCallElim/dg.exp (original)
+++ llvm/trunk/test/Transforms/TailCallElim/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Removed: llvm/trunk/test/Transforms/TailDup/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailDup/X86/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/X86/dg.exp (original)
+++ llvm/trunk/test/Transforms/TailDup/X86/dg.exp (removed)
@@ -1,5 +0,0 @@
-load_lib llvm.exp
-
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
-}
Added: llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,13 @@
+config.suffixes = ['.ll']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
+
Removed: llvm/trunk/test/Transforms/TailDup/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailDup/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/dg.exp (original)
+++ llvm/trunk/test/Transforms/TailDup/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Transforms/TailDup/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailDup/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/TailDup/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1,12 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+targets = set(root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
Removed: llvm/trunk/test/Verifier/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/dg.exp?rev=150663&view=auto
==============================================================================
--- llvm/trunk/test/Verifier/dg.exp (original)
+++ llvm/trunk/test/Verifier/dg.exp (removed)
@@ -1,3 +0,0 @@
-load_lib llvm.exp
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Added: llvm/trunk/test/Verifier/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/lit.local.cfg?rev=150664&view=auto
==============================================================================
--- llvm/trunk/test/Verifier/lit.local.cfg (added)
+++ llvm/trunk/test/Verifier/lit.local.cfg Thu Feb 16 00:28:33 2012
@@ -0,0 +1 @@
+config.suffixes = ['.ll', '.c', '.cpp']
Modified: llvm/trunk/test/lib/llvm.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lib/llvm.exp?rev=150664&r1=150663&r2=150664&view=diff
==============================================================================
--- llvm/trunk/test/lib/llvm.exp (original)
+++ llvm/trunk/test/lib/llvm.exp Thu Feb 16 00:28:33 2012
@@ -1,269 +0,0 @@
-# This procedure executes one line of a test case's execution script.
-proc execOneLine { test PRS outcome lineno line } {
- set status 0
- set resultmsg ""
- set retval [ catch { eval exec -keepnewline -- $line } errmsg ]
- if { $retval != 0 } {
- set code [lindex $::errorCode 0]
- set lineno [expr $lineno + 1]
- if { $PRS != ""} {
- set PRS " for $PRS"
- }
- set errmsg " at line $lineno\nwhile running: $line\n$errmsg"
- switch "$code" {
- CHILDSTATUS {
- set status [lindex $::errorCode 2]
- if { $status != 0 } {
- set resultmsg "$test$PRS\nFailed with exit($status)$errmsg"
- }
- }
- CHILDKILLED {
- set signal [lindex $::errorCode 2]
- set resultmsg "$test$PRS\nFailed with signal($signal)$errmsg"
- }
- CHILDSUSP {
- set signal [lindex $::errorCode 2]
- set resultmsg "$test$PRS\nFailed with suspend($signal)$errmsg"
- }
- POSIX {
- set posixNum [lindex $::errorCode 1]
- set posixMsg [lindex $::errorCode 2]
- set resultmsg "$test$PRS\nFailed with posix($posixNum,$posixMsg)$errmsg"
- }
- NONE {
- # Any other error such as stderr output of a program, or syntax error in
- # the RUN line.
- set resultmsg "$test$PRS\nFailed with unknown error (or has stderr output)$errmsg"
- }
- default {
- set resultmsg "$test$PRS\nFailed with unknown error$errmsg"
- }
- }
- }
- return $resultmsg
-}
-
-# This procedure performs variable substitutions on the RUN: lines of a test
-# cases.
-proc substitute { line test tmpFile } {
- global srcroot objroot srcdir objdir subdir target_triplet
- global ocamlopt
- global link shlibext
- global valgrind grep gas
- set path [file join $srcdir $subdir]
-
- # Substitute all Tcl variables.
- set new_line [subst $line ]
-
- #replace %% with _#MARKER#_ to make the replacement of %% more predictable
- regsub -all {%%} $new_line {_#MARKER#_} new_line
- #replace %link with C++ link command
- regsub -all {%link} $new_line "$link" new_line
- #replace %shlibext with shared library extension
- regsub -all {%shlibext} $new_line "$shlibext" new_line
- #replace %ocamlopt with ocaml compiler command
- regsub -all {%ocamlopt} $new_line "$ocamlopt" new_line
- #replace %p with path to source,
- regsub -all {%p} $new_line [file join $srcdir $subdir] new_line
- #replace %s with filename
- regsub -all {%s} $new_line $test new_line
- #replace %t with temp filenames
- regsub -all {%t} $new_line $tmpFile new_line
- #replace %abs_tmp with absolute temp filenames
- regsub -all {%abs_tmp} $new_line [file join [pwd] $tmpFile] new_line
- #replace _#MARKER#_ with %
- regsub -all {_#MARKER#_} $new_line % new_line
-
- #replace grep with GNU grep
- regsub -all { grep } $new_line " $grep " new_line
- #replace as with GNU as
- regsub -all {\| as } $new_line "| $gas " new_line
-
- #valgind related stuff
-# regsub -all {bugpoint } $new_line "$valgrind bugpoint " new_line
- regsub -all {llc } $new_line "$valgrind llc " new_line
- regsub -all {lli } $new_line "$valgrind lli " new_line
- regsub -all {llvm-ar } $new_line "$valgrind llvm-ar " new_line
- regsub -all {llvm-as } $new_line "$valgrind llvm-as " new_line
- regsub -all {llvm-bcanalyzer } $new_line "$valgrind llvm-bcanalyzer " new_line
- regsub -all {llvm-dis } $new_line "$valgrind llvm-dis " new_line
- regsub -all {llvm-extract } $new_line "$valgrind llvm-extract " new_line
- regsub -all {llvm-ld } $new_line "$valgrind llvm-ld " new_line
- regsub -all {llvm-link } $new_line "$valgrind llvm-link " new_line
- regsub -all {llvm-nm } $new_line "$valgrind llvm-nm " new_line
- regsub -all {llvm-prof } $new_line "$valgrind llvm-prof " new_line
- regsub -all {llvm-ranlib } $new_line "$valgrind llvm-ranlib " new_line
- regsub -all {([^a-zA-Z_-])opt } $new_line "\\1$valgrind opt " new_line
- regsub -all {^opt } $new_line "$valgrind opt " new_line
- regsub -all {llvm-tblgen } $new_line "$valgrind llvm-tblgen " new_line
- regsub -all "not $valgrind " $new_line "$valgrind not " new_line
-
- return $new_line
-}
-
-# This procedure runs the set of tests for the test_source_files array.
-proc RunLLVMTests { test_source_files } {
- global srcroot objroot srcdir objdir subdir target_triplet
- set timeout 60
-
- set path [file join $objdir $subdir]
-
- #Make Output Directory if it does not exist already
- if { [file exists path] } {
- cd $path
- } else {
- file mkdir $path
- cd $path
- }
-
- file mkdir Output
- cd Output
-
- foreach test $test_source_files {
- #Should figure out best way to set the timeout
- #set timeout 40
-
- set filename [file tail $test]
- verbose "ABOUT TO RUN: $filename" 2
- set outcome PASS
- set tmpFile "$filename.tmp"
-
- # Mark that it should not be XFAIL for this target.
- set targetPASS 0
-
- #set hasRunline bool to check if testcase has a runline
- set numLines 0
-
- # Open the test file and start reading lines
- set testFileId [ open $test r]
- set runline ""
- set PRNUMS ""
- foreach line [split [read $testFileId] \n] {
-
- # if its the END. line then stop parsing (optimization for big files)
- if {[regexp {END.[[:space:]]*$} $line match endofscript]} {
- break
-
- # if the line is continued, concatenate and continue the loop
- } elseif {[regexp {RUN: *(.+)(\\)$} $line match oneline suffix]} {
- set runline "$runline$oneline "
-
- # if its a terminating RUN: line then do substitution on the whole line
- # and then save the line.
- } elseif {[regexp {RUN: *(.+)$} $line match oneline suffix]} {
- set runline "$runline$oneline"
- set runline [ substitute $runline $test $tmpFile ]
- set lines($numLines) $runline
- set numLines [expr $numLines + 1]
- set runline ""
-
- # if its an PR line, save the problem report number
- } elseif {[regexp {PR([0-9]+)} $line match prnum]} {
- if {$PRNUMS == ""} {
- set PRNUMS "PR$prnum"
- } else {
- set PRNUMS "$PRNUMS,$prnum"
- }
- # if its an XFAIL line, see if we should be XFAILing or not.
- } elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} {
- set targets
-
- #split up target if more then 1 specified
- foreach target [split $targets ,] {
- if { $target == "*" } {
- if {$targetPASS != 1} {
- set outcome XFAIL
- }
- } elseif { [regexp $target $target_triplet match] } {
- if {$targetPASS != 1} {
- set outcome XFAIL
- }
- }
- }
- } elseif {[regexp {XTARGET:[ *](.+)} $line match targets]} {
- set targets
-
- #split up target if more then 1 specified
- foreach target [split $targets ,] {
- if { [regexp {\*} $target match] } {
- set targetPASS 1
- set outcome PASS
- } elseif { [regexp $target $target_triplet match] } {
- set targetPASS 1
- set outcome PASS
- }
- }
- }
- }
-
- # Done reading the script
- close $testFileId
-
-
- if { $numLines == 0 } {
- fail "$test: \nDoes not have a RUN line\n"
- } else {
- set failed 0
- for { set i 0 } { $i < $numLines } { set i [ expr $i + 1 ] } {
- regsub ^.*RUN:(.*) $lines($i) \1 theLine
- set resultmsg [execOneLine $test $PRNUMS $outcome $i $theLine ]
- if { $resultmsg != "" } {
- if { $outcome == "XFAIL" } {
- xfail "$resultmsg"
- } else {
- fail "$resultmsg"
- }
- set failed 1
- break
- }
- }
- if { $failed } {
- continue
- } else {
- if { $PRNUMS != "" } {
- set PRNUMS " for $PRNUMS"
- }
- if { $outcome == "XFAIL" } {
- xpass "$test$PRNUMS"
- } else {
- pass "$test$PRNUMS"
- }
- }
- }
- }
-}
-
-# This procedure provides an interface to check the TARGETS_TO_BUILD makefile
-# variable to see if a particular target has been configured to build. This
-# helps avoid running tests for targets that aren't available.
-proc llvm_supports_target { tgtName } {
- global TARGETS_TO_BUILD
- foreach target [split $TARGETS_TO_BUILD] {
- if { [regexp $tgtName $target match] } {
- return 1
- }
- }
- return 0
-}
-
-proc llvm_supports_darwin_and_target { tgtName } {
- global target_triplet
- if { [ llvm_supports_target $tgtName ] } {
- if { [regexp darwin $target_triplet match] } {
- return 1
- }
- }
- return 0
-}
-
-# This procedure provides an interface to check the BINDINGS_TO_BUILD makefile
-# variable to see if a particular binding has been configured to build.
-proc llvm_supports_binding { name } {
- global llvm_bindings
- foreach item [split $llvm_bindings] {
- if { [regexp $name $item match] } {
- return 1
- }
- }
- return 0
-}
Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=150664&r1=150663&r2=150664&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Thu Feb 16 00:28:33 2012
@@ -253,7 +253,6 @@
libPath = os.path.join(os.path.dirname(for_path),
'dg.exp')
if not os.path.exists(libPath):
- cfg.unsupported = True
return
# Reset unsupported, in case we inherited it.
Modified: llvm/trunk/test/lit.site.cfg.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.site.cfg.in?rev=150664&r1=150663&r2=150664&view=diff
==============================================================================
--- llvm/trunk/test/lit.site.cfg.in (original)
+++ llvm/trunk/test/lit.site.cfg.in Thu Feb 16 00:28:33 2012
@@ -7,6 +7,8 @@
config.python_executable = "@PYTHON_EXECUTABLE@"
config.enable_shared = @ENABLE_SHARED@
config.enable_assertions = @ENABLE_ASSERTIONS@
+config.targets_to_build = "@TARGETS_TO_BUILD@"
+config.llvm_bindings = "@LLVM_BINDINGS@"
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.
More information about the llvm-commits
mailing list