]> granicus.if.org Git - llvm/commitdiff
[cfi-verify] Only run AArch64 tests when it is a supported target
authorJoel Galenson <jgalenson@google.com>
Fri, 13 Jul 2018 16:09:19 +0000 (16:09 +0000)
committerJoel Galenson <jgalenson@google.com>
Fri, 13 Jul 2018 16:09:19 +0000 (16:09 +0000)
This stops the tests I added in r337007 from running when AArch64 is not a supported target.

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

test/tools/llvm-cfi-verify/AArch64/lit.local.cfg [new file with mode: 0644]

diff --git a/test/tools/llvm-cfi-verify/AArch64/lit.local.cfg b/test/tools/llvm-cfi-verify/AArch64/lit.local.cfg
new file mode 100644 (file)
index 0000000..7184443
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'AArch64' in config.root.targets:
+    config.unsupported = True