[llvm] r223335 - [Hexagon] Adding lit exception if Hexagon isn't built.
Colin LeMahieu
colinl at codeaurora.org
Wed Dec 3 20:28:38 PST 2014
Author: colinl
Date: Wed Dec 3 22:28:38 2014
New Revision: 223335
URL: http://llvm.org/viewvc/llvm-project?rev=223335&view=rev
Log:
[Hexagon] Adding lit exception if Hexagon isn't built.
Added:
llvm/trunk/test/MC/Disassembler/Hexagon/lit.local.cfg
Added: llvm/trunk/test/MC/Disassembler/Hexagon/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/Hexagon/lit.local.cfg?rev=223335&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/Hexagon/lit.local.cfg (added)
+++ llvm/trunk/test/MC/Disassembler/Hexagon/lit.local.cfg Wed Dec 3 22:28:38 2014
@@ -0,0 +1,3 @@
+if not 'Hexagon' in config.root.targets:
+ config.unsupported = True
+
More information about the llvm-commits
mailing list