[PATCH] D34459: [ELF] Better handling of _GLOBAL_OFFSET_TABLE_

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 09:22:55 PDT 2017


ruiu added a comment.

Do you have any program that actually needs this change?



================
Comment at: ELF/Symbols.h:321
+  // _GLOBAL_OFFSET_TABLE_
+  static DefinedRegular *Got;
+
----------------
Got -> GlobalOffsetTable


Repository:
  rL LLVM

https://reviews.llvm.org/D34459





More information about the llvm-commits mailing list