[PATCH] D36377: Add NetBSD support in asan_stack.h
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 6 17:51:15 PDT 2017
davide added a comment.
Kamil, a fair amount of these changes seem to just replace `SANITIZER_FREEBSD` with `SANITIZER_FREEBSD || SANITIZER_NETBSD`.
I wonder whether it makes sense to define a `SANITIZER_BSD` macro for both of them?
Also, what's the difference in support you expect between NetBSD and FreeBSD to support sanitizers?
Repository:
rL LLVM
https://reviews.llvm.org/D36377
More information about the llvm-commits
mailing list