Switch a #if SANITIZER_NETBSD block to
COMMON_MAYBE_INTERCEPT_NETBSD_ALIAS*.
No functional change intended.
Requested by <vitalybuka>
Sponsored by <The NetBSD Foundation>
Differential D43879
Cleanup in sanitizer_common_interceptors.inc krytarowski on Feb 28 2018, 10:02 AM. Authored by
Details
Switch a #if SANITIZER_NETBSD block to No functional change intended. Requested by <vitalybuka> Sponsored by <The NetBSD Foundation>
Diff Detail
Event Timeline
Comment Actions I've entirely switched to NetBSD kernel fixes in order to host fully-functional LLDB. Once I will be done with the debugger, I will be back to sanitizers and work on connecting a buildbot and remaining fixes and cleanup. Comment Actions Addressed by @vitalybuka. Author: vitalybuka Date: Sat May 12 22:55:45 2018 New Revision: 332190 URL: http://llvm.org/viewvc/llvm-project?rev=332190&view=rev Log: [sanitizer] Replace #if SANITIZER_NETBSD with #if SANITIZER_INTERCEPT___LIBC_MUTEX Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h Thanks for the help and sorry for waiting so long with pending patches. Comment Actions No problem. Actually I forgot about this review. I am changing mutex interceptors and I've noticed this inconsistency. |
and we need SANITIZER_INTERCEPT_* in platform
#if SANITIZER_INTERCEPT__LIBC_MUTEX_LOCK
....
#if SANITIZER_INTERCEPT__LIBC_THR_SETCANCELSTATE
....