[PATCH] D41057: Avoid a gnu readelf warning

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 18:00:07 PST 2017


emaste added inline comments.


================
Comment at: ELF/SyntheticSections.cpp:1233
+  if (this == InX::RelaPlt) {
+    Info = InX::GotPlt->getParent()->SectionIndex;
+    getParent()->Info = Info;
----------------
Why `.got.plt` and not `.plt`?


https://reviews.llvm.org/D41057





More information about the llvm-commits mailing list