[PATCH] D15012: [ELF] - split RelocationSection<ELFT>::writeTo function.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 09:52:42 PST 2015
grimar added inline comments.
================
Comment at: ELF/OutputSections.cpp:197
@@ +196,3 @@
+// Applies corresponding symbol and type for dynamic tls relocation.
+// Returns true if relocation was handled and false otherwise.
+template <class ELFT>
----------------
ruiu wrote:
> Remove "false otherwise" as it's obvious.
Done.
Repository:
rL LLVM
http://reviews.llvm.org/D15012
More information about the llvm-commits
mailing list