[PATCH] D91426: [PowerPC] Fix issue where binary uses a .got but is missing a .TOC.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 07:29:46 PST 2021


sfertile added a comment.

Could there be a simpler approach where we always emit a .got section on PPC64:  In `addReservedSymbols` if we fail to resolve `.TOC.` then we create it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91426



More information about the llvm-commits mailing list