1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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

llvm-svn: 223335
This commit is contained in:
Colin LeMahieu 2014-12-04 04:28:38 +00:00
parent a0eacebee5
commit 892cc4dcb1

View File

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