[PATCH] D30944: [ELF] - Detemplate GotPltSection and IgotPltSection sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 08:51:57 PDT 2017


grimar added inline comments.


================
Comment at: ELF/Config.h:166
+  // Returns true if target is 64 bit.
+  bool is64() const { return EKind == ELF64LEKind || EKind == ELF64BEKind; }
+
----------------
jhenderson wrote:
> Could this be is64Bit()?
yes, thats better.


https://reviews.llvm.org/D30944





More information about the llvm-commits mailing list