[PATCH] D43879: Cleanup in sanitizer_common_interceptors.inc
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 10:48:05 PDT 2018
vitalybuka added a comment.
In https://reviews.llvm.org/D43879#1097102, @krytarowski wrote:
> 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.
No problem. Actually I forgot about this review. I am changing mutex interceptors and I've noticed this inconsistency.
Repository:
rL LLVM
https://reviews.llvm.org/D43879
More information about the llvm-commits
mailing list