[PATCH] D30944: [ELF] - Detemplate GotPltSection and IgotPltSection sections.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 08:46:35 PDT 2017
jhenderson added inline comments.
================
Comment at: ELF/Config.h:166
+ // Returns true if target is 64 bit.
+ bool is64() const { return EKind == ELF64LEKind || EKind == ELF64BEKind; }
+
----------------
Could this be is64Bit()?
https://reviews.llvm.org/D30944
More information about the llvm-commits
mailing list