emaste added inline comments.
================
Comment at: lld/ELF/Target.cpp:1700-1701
case R_ARM_TLS_LE32:
+ case R_ARM_GLOB_DAT:
+ case R_ARM_TLS_TPOFF32:
write32le(Loc, Val);
----------------
these were previously in alpha(ish) order
https://reviews.llvm.org/D27158