[PATCH] D14301: [elf2] Implement R_X86_64_TPOFF32.

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 14:17:13 PST 2015


Bigcheese added inline comments.

================
Comment at: ELF/OutputSections.h:374
@@ -373,1 +373,3 @@
+  static
+      typename llvm::object::ELFFile<ELFT>::uintX_t ThreadInitializationImageVA;
 };
----------------
ruiu wrote:
> This name is too long. How about TlsTemplateVA?
Initialization image is the term of art for this. How about TlsInitImageVA?


http://reviews.llvm.org/D14301





More information about the llvm-commits mailing list