[llvm] r322020 - Add lit.local.cfg in test/DebugInfo/MIR/Mips/

Petar Jovanovic via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 11:44:03 PST 2018


Author: petarj
Date: Mon Jan  8 11:44:03 2018
New Revision: 322020

URL: http://llvm.org/viewvc/llvm-project?rev=322020&view=rev
Log:
Add lit.local.cfg in test/DebugInfo/MIR/Mips/

Add test/DebugInfo/MIR/Mips/lit.local.cfg so no tests are run if Mips is
not a supported target.
This should resolve buildbot failures seen after r322015.

Added:
    llvm/trunk/test/DebugInfo/MIR/Mips/lit.local.cfg

Added: llvm/trunk/test/DebugInfo/MIR/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/MIR/Mips/lit.local.cfg?rev=322020&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/MIR/Mips/lit.local.cfg (added)
+++ llvm/trunk/test/DebugInfo/MIR/Mips/lit.local.cfg Mon Jan  8 11:44:03 2018
@@ -0,0 +1,3 @@
+if not 'Mips' in config.root.targets:
+    config.unsupported = True
+




More information about the llvm-commits mailing list