[PATCH] D149002: [compiler-rt][interception][asan][win] Improve error reporting
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 15:45:03 PDT 2023
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/asan/asan_mac.cpp:47
namespace __asan {
+void PlatformBeforeInitializeAsanInterceptors() {}
----------------
alvinhochun wrote:
> vitalybuka wrote:
> > Can we instead move InitializePlatformInterceptors() in to the beginning of InitializeAsanInterceptors()?
> Yeah, looks like we can do that.
Marked as done, but not done?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149002/new/
https://reviews.llvm.org/D149002
More information about the llvm-commits
mailing list