summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/Hexagon
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-05-26 18:35:45 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-05-26 18:35:45 +0000
commit422399f9c7fbc7fadad79919e487431bdd2a4017 (patch)
treee260f5c3488d719089c4650847aca53f9bf9ff58 /test/CodeGen/MIR/Hexagon
parente19980c4083344d2ae33fe78b368889ac18a2662 (diff)
Add test/CodeGen/MIR/Hexagon/lit.local.cfg
Require that Hexagon is a registered target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MIR/Hexagon')
-rw-r--r--test/CodeGen/MIR/Hexagon/lit.local.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/MIR/Hexagon/lit.local.cfg b/test/CodeGen/MIR/Hexagon/lit.local.cfg
new file mode 100644
index 00000000000..cc6a7edf05f
--- /dev/null
+++ b/test/CodeGen/MIR/Hexagon/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'Hexagon' in config.root.targets:
+ config.unsupported = True