[PATCH] D101866: [BPF][Test] Disable codegen test on AIX
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 19:38:58 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6bdfcb165e66: [BPF][Test] Disable codegen test on AIX (authored by jsji).
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.343273.patch
Type: text/x-patch
Size: 354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/ed798c5b/attachment.bin>
More information about the llvm-commits
mailing list