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

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 12:42:13 PST 2020


daltenty added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1771
+          F->isDeclaration() ? XCOFF::XTY_ER : XCOFF::XTY_SD, SC,
+          SectionKind::getMetadata());
+      FSym->setContainingCsect(Csect);
----------------
This should be SectionKind::getData() if the function is defined


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