[PATCH] D24827: [ARM][LLD] ARM TLS shouldn't use relaxations

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 07:28:53 PDT 2016


emaste added inline comments.

================
Comment at: ELF/Relocations.cpp:88
@@ +87,3 @@
+// support any relaxations for TLS relocations so by factoring out ARM and MIPS
+// handling intothe separate function we can simplify the code and do not
+// pollute `handleTlsRelocation` by ARM and MIPS `ifs` statements.
----------------
typo "intothe"


https://reviews.llvm.org/D24827





More information about the llvm-commits mailing list