[PATCH] D113049: [AIX] Disable tests that fail because of no 64-bit XCOFF object file support

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 3 07:08:18 PDT 2021


shchenz added a comment.

This seems not right. Now we disable too many debug cases for object mode even for 32bit target. Maybe we should test clang (built with `--default-target-triple=powerpc64-ibm-aix`)  after our backend support 64-bit object mode(`-filetype=obj`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113049



More information about the cfe-commits mailing list