[PATCH] D141385: [sanitizer_common] Don't intercept __tls_get_addr on Solaris

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 00:39:07 PST 2023


ro added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h:408
 #define SANITIZER_INTERCEPT_TLS_GET_ADDR \
-  (SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
+  (SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID)
 
----------------
vitalybuka wrote:
> Do you care about msan and COMMON_INTERCEPTOR_INITIALIZE_RANGE?
> Maybe solaris just needs a different implementation of the interceptor?
msan hasn't been ported to Solaris and I probably won't get to that any time soon.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141385/new/

https://reviews.llvm.org/D141385



More information about the llvm-commits mailing list