[PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 22:11:11 PST 2016


ruiu added inline comments.

================
Comment at: ELF/Target.cpp:1367
@@ -1364,1 +1366,3 @@
     return true;
+  if (isTlsDescRel (Type, S))
+    return canBePreempted(&S);
----------------
Please run clang-format-diff on this patch.


http://reviews.llvm.org/D17980





More information about the llvm-commits mailing list