[PATCH] D23318: [PATCH] tsan: Remove __pointer_chk_guard at GLIBC_PRIVATE requirement for AArch64

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 11:24:55 PDT 2016


zatrazz added a comment.

In https://reviews.llvm.org/D23318#510050, @rengolin wrote:

> Adding a few people, as I'm on holiday.
>
> I worry that we'll end up with our own private implementation, and create problems for TSAN in the future. Or maybe I didn't understand the problem... :-)


TSAN on Linux already requires to handle at lot of glibc internal implementation to work corretly and in this case its is to avoid use a internal linker symbol. What kind of issues are you worried about?


https://reviews.llvm.org/D23318





More information about the llvm-commits mailing list