[BPF][Test] Disable codegen test on AIX
authorJinsong Ji <jji@us.ibm.com>
Thu, 6 May 2021 02:38:31 +0000 (02:38 +0000)
committerJinsong Ji <jji@us.ibm.com>
Thu, 6 May 2021 02:38:46 +0000 (02:38 +0000)
commit6bdfcb165e66a3f59fcf8e51ea0f2ecc0e3a32d5
tree4627fbce9b989be50590512f1b884bcf1f1d9141
parentabdd14a2d785226fde54ae81d897fdf4f2fec946
[BPF][Test] Disable codegen test on AIX

https://reviews.llvm.org/D101194 changed the default getMultiarchTriple in toolchain.
So -march=bpf on AIX will get triple of bpf-ibm-aix now,
this is unexpected and causing test failures.

BPF on AIX is not supported (yet), disable the codegen test on AIX in lit cfg.

Reviewed By: yonghong-song

Differential Revision: https://reviews.llvm.org/D101866
llvm/test/CodeGen/BPF/lit.local.cfg