[PATCH] D71032: [AIX] Make sure to use QualNames for external global objects

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 20:16:56 PST 2019


daltenty marked an inline comment as done.
daltenty added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll:85
 ; SYM-NEXT:    Name: a
-; SYM-NEXT:    Value (RelocatableAddress): 0x54
+; SYM-NEXT:    Value (RelocatableAddress): 0x8C
 ; SYM-NEXT:    Section: .data
----------------
hubert.reinterpretcast wrote:
> It is possible to use an expression here that is based on the value observed for the TOC base? Similarly for the lines below.
I believe doing so is dependent on the hex format support under review in D60389


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71032





More information about the llvm-commits mailing list