[PATCH] D45520: [PowerPC] add secure plt support for TLS symbols
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 5 04:58:46 PDT 2018
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
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())
----------------
Can you please reference a document and a section number, or similar?
Repository:
rL LLVM
https://reviews.llvm.org/D45520
More information about the llvm-commits
mailing list