[PATCH] D14359: [elf2] Add support for R_X86_64_TLSLD.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 13:13:16 PST 2015
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with the {} removed.
================
Comment at: ELF/Target.h:72
@@ -69,1 +71,3 @@
unsigned RelativeReloc;
+ unsigned TlsLocalDynamicReloc{};
+ unsigned TlsModuleIndexReloc{};
----------------
No other entry uses {}
http://reviews.llvm.org/D14359
More information about the llvm-commits
mailing list