[PATCH] D103564: [NFC][compiler-rt][hwasan] Wrap fork interceptor with HWASAN_WITH_INTERCEPTORS
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 3 18:21:23 PDT 2021
mcgrathr added a comment.
In D103564#2797657 <https://reviews.llvm.org/D103564#2797657>, @leonardchan wrote:
> I don't think we can move the `__sanitizer_*` allocation functions since they're used for aliases for their libc equivalents which require definitions in the same TU:
What I suggested is moving *everything* related to the allocation functions into a separate file.
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