[PATCH] D101866: [BPF][Test] Use mtriple instead of march

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 19:14:17 PDT 2021


jsji updated this revision to Diff 343270.
jsji added a comment.

Disable test on AIX.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101866/new/

https://reviews.llvm.org/D101866

Files:
  llvm/test/CodeGen/BPF/lit.local.cfg


Index: llvm/test/CodeGen/BPF/lit.local.cfg
===================================================================
--- llvm/test/CodeGen/BPF/lit.local.cfg
+++ llvm/test/CodeGen/BPF/lit.local.cfg
@@ -1,2 +1,4 @@
 if not 'BPF' in config.root.targets:
     config.unsupported = True
+if 'system-aix' in config.available_features:
+    config.unsupported = True


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101866.343270.patch
Type: text/x-patch
Size: 354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/9b45797e/attachment.bin>


More information about the llvm-commits mailing list