[PATCH] D25721: [LLD][ARM] Allow relative exceptions relocations in shared libraries

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 10:48:58 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/Relocations.h:63-64
   R_TLSDESC,
   R_TLSDESC_PAGE,
+  R_TLSDESC_CALL,
   R_TLSGD,
----------------
Sort


https://reviews.llvm.org/D25721





More information about the llvm-commits mailing list