[PATCH] D24827: [ARM][LLD] ARM TLS shouldn't use relaxations
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 10:45:36 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/Relocations.cpp:89
@@ -90,1 +88,3 @@
+// handling intothe separate function we can simplify the code and do not
+// pollute `handleTlsRelocation` by ARM and MIPS `ifs` statements.
template <class ELFT>
----------------
Please also briefly mention that the difference between ARM and MIPS in this comment.
https://reviews.llvm.org/D24827
More information about the llvm-commits
mailing list