[PATCH] D16354: [ELF] - Refactoring of Writer<ELFT>::scanRelocs()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 01:19:00 PST 2016


grimar added inline comments.

================
Comment at: ELF/Writer.cpp:196
@@ +195,3 @@
+template <class ELFT, bool isRela>
+static bool handleTlsRelocations(unsigned Type, SymbolBody *Body,
+                                 InputSectionBase<ELFT> &C,
----------------
ruiu wrote:
> Relocations -> Relocation because this function handles one relocation at a time.
Ok, fixed. Just in case my meaning was "handle different types of TLS relocations" so I put (s).


Repository:
  rL LLVM

http://reviews.llvm.org/D16354





More information about the llvm-commits mailing list