On Tue, Jan 17, 2023 at 9:58 AM Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > > When using GNU ld on Solaris, a large number of asan tests SEGV, while > Solaris ld is fine. This happens inside the __tls_get_addr interceptor, > which is highly glibc-specific. Therefore this patch disables that > interceptor. > > Posted upstream at https://reviews.llvm.org/D141385. > > Tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11. > > Ok to cherry-pick into libsanitizer?
OK. > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University > > > 2023-01-17 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > libsanitizer: > * sanitizer_common/sanitizer_platform_interceptors.h: Cherry-pick > llvm-project revision 951cf656b2faaf6fc0baa867293c0cb0ab131951. >