[all-commits] [llvm/llvm-project] 6bdfcb: [BPF][Test] Disable codegen test on AIX

jsji via All-commits all-commits at lists.llvm.org
Wed May 5 19:39:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bdfcb165e66a3f59fcf8e51ea0f2ecc0e3a32d5
      https://github.com/llvm/llvm-project/commit/6bdfcb165e66a3f59fcf8e51ea0f2ecc0e3a32d5
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
    M llvm/test/CodeGen/BPF/lit.local.cfg

  Log Message:
  -----------
  [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




More information about the All-commits mailing list