[PATCH] D71144: [AIX] Use csect reference for function address constants

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 14:45:16 PST 2020


hubert.reinterpretcast added a comment.

@jasonliu, @daltenty; as discussed off-list today, it would be much cleaner if we dropped producing a label definition for the function descriptor. In particular, I have validated my suspicions that referencing the DS csect in a file where the function is defined weak is problematic if the linkage is associated with the label definition and not the csect. Thank you both for tracking this on your TODO lists.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71144





More information about the llvm-commits mailing list