[PATCH] D13986: [ELF2] - TLS relocations implemented

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 12:23:21 PDT 2015


ruiu added inline comments.

================
Comment at: ELF/OutputSections.h:330
@@ -329,2 +329,3 @@
   static SymbolTableSection<ELFT> *SymTab;
+  static typename llvm::object::ELFFile<ELFT>::Elf_Phdr *TLS;
 };
----------------
TLS -> Tls

================
Comment at: ELF/Writer.cpp:736
@@ -664,3 +735,3 @@
       }
     }
 
----------------
Too much code has been added to this function. It needs cleanup before adding more.


http://reviews.llvm.org/D13986





More information about the llvm-commits mailing list