OSDN Git Service

Add test/CodeGen/MIR/Hexagon/lit.local.cfg
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 26 May 2016 18:35:45 +0000 (18:35 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 26 May 2016 18:35:45 +0000 (18:35 +0000)
Require that Hexagon is a registered target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270887 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/MIR/Hexagon/lit.local.cfg [new file with mode: 0644]

diff --git a/test/CodeGen/MIR/Hexagon/lit.local.cfg b/test/CodeGen/MIR/Hexagon/lit.local.cfg
new file mode 100644 (file)
index 0000000..cc6a7ed
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'Hexagon' in config.root.targets:
+    config.unsupported = True