[PATCH] D75627: [PowerPC][AIX] Fix printing of program counter for AIX assembly.

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 15:46:04 PDT 2020


daltenty added a comment.

Noticed that what we get from MAI.getDollarIsPC() on AIX isn't consistent with this patch. We should probably update that property as well and emit consistently according to that if we can (note though PPC ELF currently sets it (?)).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75627





More information about the llvm-commits mailing list