[PATCH] D98286: [Driver] Enable kernel address and memory sanitizers on FreeBSD
Mark Johnston via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 24 07:14:07 PDT 2021
markj added a comment.
In D98286#2647606 <https://reviews.llvm.org/D98286#2647606>, @arichardson wrote:
> Does it also work on AArch64?
Not yet, I haven't yet ported the sanitizer runtimes (though it's on my todo list). ASAN requires that we specify the relative offset of the shadow map to the kernel map (see D98285 <https://reviews.llvm.org/D98285>), which will be different on arm64. But, I guess there's no harm in declaring arm64 support in this commit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98286/new/
https://reviews.llvm.org/D98286
More information about the cfe-commits
mailing list