[PATCH] D21511: [sanitizers] [PowerPC] Intercept __tls_get_addr_opt.
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 15:16:38 PDT 2016
aizatsky added a subscriber: aizatsky.
aizatsky accepted this revision.
aizatsky added a reviewer: aizatsky.
This revision is now accepted and ready to land.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:4430
@@ +4429,3 @@
+// On PowerPC, we also need to intercept __tls_get_addr_opt, which has
+// ostly the same semantics as __tls_get_addr, but its presence enables
+// some optimizations in linker (which are safe to ignore here).
----------------
mostly
Repository:
rL LLVM
http://reviews.llvm.org/D21511
More information about the llvm-commits
mailing list