[PATCH] D101272: [llvm-objdump][XCOFF][AIX] Enable the -l (--line-numbers) option.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 09:16:19 PDT 2021


MaskRay added a comment.

The llvm-objdump test looks good to me. Instead of `# REQUIRES: powerpc-registered-target`, you can add a `lit.local.cfg` with `if not 'PowerPC' in config.root.targets:\n    config.unsupported = True`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101272



More information about the llvm-commits mailing list