[llvm] r188513 - [tests] Cleanup initialization of test suffixes.

Daniel Dunbar daniel at zuster.org
Thu Aug 15 17:37:12 PDT 2013


Author: ddunbar
Date: Thu Aug 15 19:37:11 2013
New Revision: 188513

URL: http://llvm.org/viewvc/llvm-project?rev=188513&view=rev
Log:
[tests] Cleanup initialization of test suffixes.

 - Instead of setting the suffixes in a bunch of places, just set one master
   list in the top-level config. We now only modify the suffix list in a few
   suites that have one particular unique suffix (.ml, .mc, .yaml, .td, .py).

 - Aside from removing the need for a bunch of lit.local.cfg files, this enables
   4 tests that were inadvertently being skipped (one in
   Transforms/BranchFolding, a .s file each in DebugInfo/AArch64 and
   CodeGen/PowerPC, and one in CodeGen/SI which is now failing and has been
   XFAILED).

 - This commit also fixes a bunch of config files to use config.root instead of
   older copy-pasted code.

Added:
    llvm/trunk/test/CodeGen/SI/lit.local.cfg
      - copied, changed from r188512, llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg
Removed:
    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/CostModel/lit.local.cfg
    llvm/trunk/test/Analysis/DependenceAnalysis/lit.local.cfg
    llvm/trunk/test/Analysis/Dominators/lit.local.cfg
    llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg
    llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg
    llvm/trunk/test/Analysis/MemoryDependenceAnalysis/lit.local.cfg
    llvm/trunk/test/Analysis/PostDominators/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/Assembler/lit.local.cfg
    llvm/trunk/test/Bitcode/lit.local.cfg
    llvm/trunk/test/BugPoint/lit.local.cfg
    llvm/trunk/test/CodeGen/Generic/lit.local.cfg
    llvm/trunk/test/DebugInfo/Inputs/lit.local.cfg
    llvm/trunk/test/DebugInfo/lit.local.cfg
    llvm/trunk/test/ExecutionEngine/RuntimeDyld/lit.local.cfg
    llvm/trunk/test/Feature/lit.local.cfg
    llvm/trunk/test/FileCheck/lit.local.cfg
    llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg
    llvm/trunk/test/Instrumentation/BoundsChecking/lit.local.cfg
    llvm/trunk/test/Instrumentation/DataFlowSanitizer/lit.local.cfg
    llvm/trunk/test/Instrumentation/MemorySanitizer/lit.local.cfg
    llvm/trunk/test/Instrumentation/ThreadSanitizer/lit.local.cfg
    llvm/trunk/test/Integer/lit.local.cfg
    llvm/trunk/test/Linker/lit.local.cfg
    llvm/trunk/test/Other/lit.local.cfg
    llvm/trunk/test/Transforms/ADCE/lit.local.cfg
    llvm/trunk/test/Transforms/ArgumentPromotion/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/DebugIR/lit.local.cfg
    llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg
    llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg
    llvm/trunk/test/Transforms/GCOVProfiling/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/lit.local.cfg
    llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg
    llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg
    llvm/trunk/test/Transforms/LoopVectorize/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/MetaRenamer/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/Reg2Mem/lit.local.cfg
    llvm/trunk/test/Transforms/SCCP/lit.local.cfg
    llvm/trunk/test/Transforms/SLPVectorizer/lit.local.cfg
    llvm/trunk/test/Transforms/SROA/lit.local.cfg
    llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg
    llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg
    llvm/trunk/test/Transforms/Sink/lit.local.cfg
    llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg
    llvm/trunk/test/Transforms/StructurizeCFG/lit.local.cfg
    llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg
    llvm/trunk/test/Verifier/lit.local.cfg
    llvm/trunk/test/tools/llvm-lit/lit.local.cfg
    llvm/trunk/test/tools/llvm-readobj/lit.local.cfg
Modified:
    llvm/trunk/test/Analysis/CostModel/ARM/lit.local.cfg
    llvm/trunk/test/Analysis/CostModel/PowerPC/lit.local.cfg
    llvm/trunk/test/Analysis/CostModel/X86/lit.local.cfg
    llvm/trunk/test/Analysis/Profiling/lit.local.cfg
    llvm/trunk/test/Bindings/Ocaml/lit.local.cfg
    llvm/trunk/test/CodeGen/AArch64/lit.local.cfg
    llvm/trunk/test/CodeGen/ARM/lit.local.cfg
    llvm/trunk/test/CodeGen/CPP/lit.local.cfg
    llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg
    llvm/trunk/test/CodeGen/MSP430/lit.local.cfg
    llvm/trunk/test/CodeGen/Mips/lit.local.cfg
    llvm/trunk/test/CodeGen/NVPTX/lit.local.cfg
    llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg
    llvm/trunk/test/CodeGen/R600/lit.local.cfg
    llvm/trunk/test/CodeGen/SI/sanity.ll
    llvm/trunk/test/CodeGen/SPARC/lit.local.cfg
    llvm/trunk/test/CodeGen/SystemZ/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/AArch64/lit.local.cfg
    llvm/trunk/test/DebugInfo/PowerPC/lit.local.cfg
    llvm/trunk/test/DebugInfo/SystemZ/lit.local.cfg
    llvm/trunk/test/DebugInfo/X86/lit.local.cfg
    llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
    llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
    llvm/trunk/test/ExecutionEngine/lit.local.cfg
    llvm/trunk/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg
    llvm/trunk/test/JitListener/lit.local.cfg
    llvm/trunk/test/MC/AArch64/lit.local.cfg
    llvm/trunk/test/MC/ARM/AlignedBundling/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/AArch64/lit.local.cfg
    llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg
    llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg
    llvm/trunk/test/MC/Disassembler/SystemZ/lit.local.cfg
    llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg
    llvm/trunk/test/MC/Disassembler/XCore/lit.local.cfg
    llvm/trunk/test/MC/ELF/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/PowerPC/lit.local.cfg
    llvm/trunk/test/MC/SystemZ/lit.local.cfg
    llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg
    llvm/trunk/test/MC/X86/lit.local.cfg
    llvm/trunk/test/Object/Mips/lit.local.cfg
    llvm/trunk/test/Object/X86/lit.local.cfg
    llvm/trunk/test/Other/X86/lit.local.cfg
    llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg
    llvm/trunk/test/Transforms/LoopIdiom/X86/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/LoopVectorize/ARM/lit.local.cfg
    llvm/trunk/test/Transforms/LoopVectorize/X86/lit.local.cfg
    llvm/trunk/test/Transforms/SLPVectorizer/X86/lit.local.cfg
    llvm/trunk/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg
    llvm/trunk/test/Transforms/SimplifyCFG/X86/lit.local.cfg
    llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg
    llvm/trunk/test/Transforms/TailDup/lit.local.cfg
    llvm/trunk/test/lit.cfg
    llvm/trunk/test/tools/llvm-objdump/lit.local.cfg

Removed: llvm/trunk/test/Analysis/BasicAA/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BasicAA/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BasicAA/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/BasicAA/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/BlockFrequencyInfo/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/BranchProbabilityInfo/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/CallGraph/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CallGraph/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/CallGraph/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/CallGraph/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Analysis/CostModel/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CostModel/ARM/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/CostModel/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/CostModel/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Analysis/CostModel/PowerPC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CostModel/PowerPC/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/CostModel/PowerPC/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/CostModel/PowerPC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'PowerPC' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Analysis/CostModel/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CostModel/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/CostModel/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/CostModel/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Analysis/CostModel/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CostModel/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/CostModel/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/CostModel/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/DependenceAnalysis/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/DependenceAnalysis/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/DependenceAnalysis/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/DependenceAnalysis/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Analysis/Dominators/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Dominators/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/Dominators/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/Dominators/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/GlobalsModRef/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/LoopInfo/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/MemoryDependenceAnalysis/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/MemoryDependenceAnalysis/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/MemoryDependenceAnalysis/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/MemoryDependenceAnalysis/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Analysis/PostDominators/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/PostDominators/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/PostDominators/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/PostDominators/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Analysis/Profiling/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/Profiling/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,11 +1,2 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-
-if 'hexagon' in root.target_triple:
+if 'hexagon' in config.root.target_triple:
     config.unsupported = True

Removed: llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/RegionInfo/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Assembler/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/lit.local.cfg (original)
+++ llvm/trunk/test/Assembler/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Bindings/Ocaml/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/lit.local.cfg (original)
+++ llvm/trunk/test/Bindings/Ocaml/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,4 +1,4 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.ml']
+config.suffixes = ['.ml']
 
 bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
 if not 'ocaml' in bindings:

Removed: llvm/trunk/test/Bitcode/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Bitcode/lit.local.cfg (original)
+++ llvm/trunk/test/Bitcode/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/BugPoint/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/BugPoint/lit.local.cfg (original)
+++ llvm/trunk/test/BugPoint/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/CodeGen/AArch64/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/AArch64/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'AArch64' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/CPP/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CPP/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/CPP/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/CPP/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'CppBackend' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/CodeGen/Generic/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/Generic/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/Hexagon/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Hexagon' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/MSP430/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MSP430/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MSP430/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/MSP430/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'MSP430' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/Mips/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Mips' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/NVPTX/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/NVPTX/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/NVPTX/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/NVPTX/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'NVPTX' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/PowerPC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'PowerPC' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/R600/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/R600/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,13 +1,3 @@
-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())
+targets = set(config.root.targets_to_build.split())
 if not 'R600' in targets:
     config.unsupported = True
-

Copied: llvm/trunk/test/CodeGen/SI/lit.local.cfg (from r188512, llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SI/lit.local.cfg?p2=llvm/trunk/test/CodeGen/SI/lit.local.cfg&p1=llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg&r1=188512&r2=188513&rev=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/SI/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,6 +1,3 @@
-config.suffixes = ['.s']
-
 targets = set(config.root.targets_to_build.split())
-if not 'X86' in targets:
+if not 'R600' in targets:
     config.unsupported = True
-

Modified: llvm/trunk/test/CodeGen/SI/sanity.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SI/sanity.ll?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SI/sanity.ll (original)
+++ llvm/trunk/test/CodeGen/SI/sanity.ll Thu Aug 15 19:37:11 2013
@@ -1,4 +1,5 @@
 ;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s
+;XFAIL: *
 
 ; CHECK: S_ENDPGM
 

Modified: llvm/trunk/test/CodeGen/SPARC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SPARC/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SPARC/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/SPARC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Sparc' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/SystemZ/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'SystemZ' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/Thumb/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/Thumb/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/Thumb2/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/X86/GC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/CodeGen/XCore/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/XCore/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/XCore/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/XCore/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'XCore' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/DebugInfo/AArch64/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/AArch64/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/AArch64/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/AArch64/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'AArch64' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/DebugInfo/Inputs/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Inputs/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/Inputs/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/Inputs/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = []

Modified: llvm/trunk/test/DebugInfo/PowerPC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/PowerPC/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/PowerPC/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/PowerPC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'PowerPC' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/DebugInfo/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/SystemZ/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/SystemZ/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/SystemZ/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'SystemZ' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/DebugInfo/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/DebugInfo/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,12 +1,4 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-
+root = config.root
 targets = set(root.targets_to_build.split())
 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \
    ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,11 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-
-if 'armv4' in root.target_triple or 'armv5' in root.target_triple:
+if 'armv4' in config.root.target_triple or \
+        'armv5' in config.root.target_triple:
     config.unsupported = True

Removed: llvm/trunk/test/ExecutionEngine/RuntimeDyld/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/ExecutionEngine/RuntimeDyld/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.test']

Modified: llvm/trunk/test/ExecutionEngine/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,14 +1,5 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-
-if root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
+if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
     config.unsupported = True
 
-if 'hexagon' in root.target_triple:
+if 'hexagon' in config.root.target_triple:
     config.unsupported = True

Removed: llvm/trunk/test/Feature/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Feature/lit.local.cfg (original)
+++ llvm/trunk/test/Feature/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/FileCheck/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FileCheck/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/FileCheck/lit.local.cfg (original)
+++ llvm/trunk/test/FileCheck/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.txt']

Modified: llvm/trunk/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,13 +1,4 @@
-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())
+targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True
 

Removed: llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Instrumentation/BoundsChecking/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/BoundsChecking/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/BoundsChecking/lit.local.cfg (original)
+++ llvm/trunk/test/Instrumentation/BoundsChecking/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Instrumentation/DataFlowSanitizer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/DataFlowSanitizer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/DataFlowSanitizer/lit.local.cfg (original)
+++ llvm/trunk/test/Instrumentation/DataFlowSanitizer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Instrumentation/MemorySanitizer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/MemorySanitizer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/MemorySanitizer/lit.local.cfg (original)
+++ llvm/trunk/test/Instrumentation/MemorySanitizer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Instrumentation/ThreadSanitizer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/ThreadSanitizer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Instrumentation/ThreadSanitizer/lit.local.cfg (original)
+++ llvm/trunk/test/Instrumentation/ThreadSanitizer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Integer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Integer/lit.local.cfg (original)
+++ llvm/trunk/test/Integer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/JitListener/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/JitListener/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/JitListener/lit.local.cfg (original)
+++ llvm/trunk/test/JitListener/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,11 +1,3 @@
-config.suffixes = ['.ll']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-if not root.llvm_use_intel_jitevents == "ON":
+if not config.root.llvm_use_intel_jitevents == "ON":
     config.unsupported = True
 

Removed: llvm/trunk/test/Linker/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Linker/lit.local.cfg (original)
+++ llvm/trunk/test/Linker/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/MC/AArch64/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/lit.local.cfg (original)
+++ llvm/trunk/test/MC/AArch64/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'AArch64' in targets:
     config.unsupported = True
\ No newline at end of file

Modified: llvm/trunk/test/MC/ARM/AlignedBundling/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/AlignedBundling/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/AlignedBundling/lit.local.cfg (original)
+++ llvm/trunk/test/MC/ARM/AlignedBundling/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/MC/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/AsmParser/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/lit.local.cfg (original)
+++ llvm/trunk/test/MC/AsmParser/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/COFF/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/COFF/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/COFF/lit.local.cfg (original)
+++ llvm/trunk/test/MC/COFF/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.s', '.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/Disassembler/AArch64/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/AArch64/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/AArch64/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Disassembler/AArch64/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.txt']
-
 targets = set(config.root.targets_to_build.split())
 if not 'AArch64' in targets:
     config.unsupported = True

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Disassembler/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.txt']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.txt']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Mips' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/Disassembler/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/SystemZ/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/SystemZ/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Disassembler/SystemZ/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.txt']
-
 targets = set(config.root.targets_to_build.split())
 if not 'SystemZ' in targets:
     config.unsupported = True

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Disassembler/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.txt']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/Disassembler/XCore/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/XCore/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/XCore/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Disassembler/XCore/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.txt']
-
 targets = set(config.root.targets_to_build.split())
 if not 'XCore' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/ELF/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/lit.local.cfg (original)
+++ llvm/trunk/test/MC/ELF/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/MachO/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/MC/MachO/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.s', '.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/MachO/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/MachO/lit.local.cfg (original)
+++ llvm/trunk/test/MC/MachO/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.s', '.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/Mips/lit.local.cfg (original)
+++ llvm/trunk/test/MC/Mips/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Mips' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/PowerPC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/PowerPC/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/PowerPC/lit.local.cfg (original)
+++ llvm/trunk/test/MC/PowerPC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'PowerPC' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/SystemZ/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/SystemZ/lit.local.cfg (original)
+++ llvm/trunk/test/MC/SystemZ/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'SystemZ' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg (original)
+++ llvm/trunk/test/MC/X86/AlignedBundling/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/MC/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/lit.local.cfg (original)
+++ llvm/trunk/test/MC/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Object/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/Mips/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Object/Mips/lit.local.cfg (original)
+++ llvm/trunk/test/Object/Mips/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Mips' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Object/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Object/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Object/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.test']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Other/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Other/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Other/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Other/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Other/lit.local.cfg (original)
+++ llvm/trunk/test/Other/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.txt', '.test']

Removed: llvm/trunk/test/Transforms/ADCE/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ADCE/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ADCE/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/ADCE/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/ArgumentPromotion/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/BBVectorize/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/BlockPlacement/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/CodeExtractor/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/CodeGenPrepare/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/ConstProp/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstProp/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ConstProp/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/ConstProp/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/ConstantMerge/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/CorrelatedValuePropagation/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/DeadArgElim/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/DeadStoreElimination/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/DebugIR/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DebugIR/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/DebugIR/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/DebugIR/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/EarlyCSE/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/FunctionAttrs/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/GCOVProfiling/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/GVN/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GVN/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GVN/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/GVN/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/GlobalDCE/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/GlobalOpt/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/IPConstantProp/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/Inline/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Inline/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/Inline/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/InstCombine/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/InstCombine/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/InstSimplify/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/Internalize/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Internalize/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Internalize/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/Internalize/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/JumpThreading/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/LCSSA/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LCSSA/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LCSSA/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LCSSA/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LICM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LICM/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LICM/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LICM/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopDeletion/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Transforms/LoopIdiom/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopIdiom/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopIdiom/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopIdiom/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopIdiom/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopRotate/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopSimplify/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopUnroll/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopUnswitch/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Transforms/LoopVectorize/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/ARM/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/ARM/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Transforms/LoopVectorize/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Transforms/LoopVectorize/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LowerAtomic/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LowerExpectIntrinsic/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LowerInvoke/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/LowerSwitch/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/Mem2Reg/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/MemCpyOpt/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/MergeFunc/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/MetaRenamer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MetaRenamer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/MetaRenamer/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/MetaRenamer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/ObjCARC/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/PhaseOrdering/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/PruneEH/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PruneEH/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/PruneEH/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/PruneEH/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/Reassociate/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Reassociate/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Reassociate/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/Reassociate/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/Reg2Mem/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Reg2Mem/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Reg2Mem/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/Reg2Mem/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/SCCP/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SCCP/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SCCP/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SCCP/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/Transforms/SLPVectorizer/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SLPVectorizer/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SLPVectorizer/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SLPVectorizer/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Transforms/SLPVectorizer/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SLPVectorizer/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SLPVectorizer/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SLPVectorizer/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/SROA/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SROA/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SROA/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SROA/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Removed: llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/ScalarRepl/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll']

Modified: llvm/trunk/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'Sparc' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Transforms/SimplifyCFG/X86/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/X86/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SimplifyCFG/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/SimplifyCFG/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/Sink/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Sink/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/Sink/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/Sink/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/StripSymbols/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/StructurizeCFG/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/StructurizeCFG/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/StructurizeCFG/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/StructurizeCFG/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Removed: llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/TailCallElim/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: 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=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/TailDup/X86/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Modified: llvm/trunk/test/Transforms/TailDup/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailDup/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/lit.local.cfg (original)
+++ llvm/trunk/test/Transforms/TailDup/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/Verifier/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/Verifier/lit.local.cfg (original)
+++ llvm/trunk/test/Verifier/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Thu Aug 15 19:37:11 2013
@@ -41,12 +41,12 @@ config.test_format = lit.formats.ShTest(
 
 # suffixes: A list of file extensions to treat as test files. This is overriden
 # by individual lit.local.cfg files in the test subdirectories.
-config.suffixes = []
+config.suffixes = ['.ll', '.c', '.cpp', '.test', '.txt', '.s']
 
 # excludes: A list of directories to exclude from the testsuite. The 'Inputs'
 # subdirectories contain auxiliary inputs for various tests in their parent
 # directories.
-config.excludes = ['Inputs']
+config.excludes = ['Inputs', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt']
 
 # test_source_root: The root path where tests are located.
 config.test_source_root = os.path.dirname(__file__)

Removed: llvm/trunk/test/tools/llvm-lit/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-lit/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-lit/lit.local.cfg (original)
+++ llvm/trunk/test/tools/llvm-lit/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.c']

Modified: llvm/trunk/test/tools/llvm-objdump/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/lit.local.cfg?rev=188513&r1=188512&r2=188513&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/lit.local.cfg (original)
+++ llvm/trunk/test/tools/llvm-objdump/lit.local.cfg Thu Aug 15 19:37:11 2013
@@ -1,5 +1,3 @@
-config.suffixes = ['.ll', '.s']
-
 targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True

Removed: llvm/trunk/test/tools/llvm-readobj/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-readobj/lit.local.cfg?rev=188512&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-readobj/lit.local.cfg (original)
+++ llvm/trunk/test/tools/llvm-readobj/lit.local.cfg (removed)
@@ -1 +0,0 @@
-config.suffixes = ['.test']





More information about the llvm-commits mailing list