[PATCH] D45520: [PowerPC] add secure plt support for TLS symbols

Strahinja Petrovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 08:49:33 PDT 2018


spetrovic added inline comments.


================
Comment at: lib/Target/PowerPC/PPCAsmPrinter.cpp:493
+
+  // Add 32768 offset to the symbol so we follow up the latest GOT/PLT ABI.
+  if (Kind == MCSymbolRefExpr::VK_PLT && Subtarget->isSecurePlt())
----------------
hfinkel wrote:
> Can you please reference a document and a section number, or similar?
I was referencing on source from binutils tools and gcc. Is that OK with you ? 


Repository:
  rL LLVM

https://reviews.llvm.org/D45520





More information about the llvm-commits mailing list