[PATCH] D16164: [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 16:50:01 PST 2016


samsonov added a comment.

I actually wanted to verify that code added here works by:
(1) adding a flag to optionally disable pre-existing DTLS handling (looking at allocations from "ld")
(2) checking that DTLS test we have passes with pre-existing DTLS handling disabled

I have failed to quickly construct an example for my glibc/ld that would be fixed by this code.
Let me know if you're fine with that plan.


http://reviews.llvm.org/D16164





More information about the llvm-commits mailing list