[Hexagon] Adding lit exception if Hexagon isn't built.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Colin LeMahieu 2014-12-04 04:28:38 +00:00
parent 152ac18e80
commit 0af45bd715

View File

@ -0,0 +1,3 @@
if not 'Hexagon' in config.root.targets:
config.unsupported = True