[PATCH] D102377: [AIX] XFAIL CodeGen/Generic/externally_available.ll

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 21:04:18 PDT 2021


jsji added a comment.

In D102377#2755720 <https://reviews.llvm.org/D102377#2755720>, @hubert.reinterpretcast wrote:

> It is not acceptable on AIX to emit references to symbols without declaring them unless if using `as -u`, which is less desirable than if the `-u` is not needed.

Thanks for the background, given that this was done intentionally, mark the test XFAIL on AIX with comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102377



More information about the llvm-commits mailing list