summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2014-12-04 04:28:38 +0000
committerColin LeMahieu <colinl@codeaurora.org>2014-12-04 04:28:38 +0000
commit2c08dc33db678439b67ce0d3e19884defc733edb (patch)
tree678b1d60e25171d8944942238a18d192806d562e
parent5d6f03bd5ad38501ae4e1bef2149c56365b09146 (diff)
downloadbcm5719-llvm-2c08dc33db678439b67ce0d3e19884defc733edb.tar.gz
bcm5719-llvm-2c08dc33db678439b67ce0d3e19884defc733edb.zip
[Hexagon] Adding lit exception if Hexagon isn't built.
llvm-svn: 223335
-rw-r--r--llvm/test/MC/Disassembler/Hexagon/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg b/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg
new file mode 100644
index 00000000000..6500d4dd7d5
--- /dev/null
+++ b/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg
@@ -0,0 +1,3 @@
+if not 'Hexagon' in config.root.targets:
+ config.unsupported = True
+
OpenPOWER on IntegriCloud