[PATCH] D49301: [cfi-verify] Only run AArch64 tests when it is a supported target

Joel Galenson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 09:04:00 PDT 2018


jgalenson created this revision.
jgalenson added reviewers: pcc, vlad.tsyrklevich.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, kristof.beyls.

This stops the tests I added in r337007 from running when AArch64 is not a supported target.


Repository:
  rL LLVM

https://reviews.llvm.org/D49301

Files:
  test/tools/llvm-cfi-verify/AArch64/lit.local.cfg


Index: test/tools/llvm-cfi-verify/AArch64/lit.local.cfg
===================================================================
--- /dev/null
+++ test/tools/llvm-cfi-verify/AArch64/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'AArch64' in config.root.targets:
+    config.unsupported = True


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49301.155404.patch
Type: text/x-patch
Size: 280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/d1c609a6/attachment.bin>


More information about the llvm-commits mailing list