[PATCH] D103564: [NFC][compiler-rt][hwasan] Wrap vfork interceptor with HWASAN_WITH_INTERCEPTORS
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 2 18:39:16 PDT 2021
mcgrathr added a comment.
I think probably the better refactoring here would be to split this file in two: one containing just the allocation functions; and a second with everything else.
On Fuchsia, we'll use the allocation functions but none of the rest of it. So the second whole file could just be under `#if !SANITIZER_FUCHSIA`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103564/new/
https://reviews.llvm.org/D103564
More information about the cfe-commits
mailing list