[llvm] r270887 - Add test/CodeGen/MIR/Hexagon/lit.local.cfg
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 11:35:46 PDT 2016
Author: kparzysz
Date: Thu May 26 13:35:45 2016
New Revision: 270887
URL: http://llvm.org/viewvc/llvm-project?rev=270887&view=rev
Log:
Add test/CodeGen/MIR/Hexagon/lit.local.cfg
Require that Hexagon is a registered target.
Added:
llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg
Added: llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg?rev=270887&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg Thu May 26 13:35:45 2016
@@ -0,0 +1,2 @@
+if not 'Hexagon' in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list