[PATCH] D149002: [compiler-rt][interception][asan][win] Improve error reporting
Alvin Wong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 07:35:46 PDT 2023
alvinhochun added inline comments.
================
Comment at: compiler-rt/lib/asan/asan_win.cpp:162
void InitializePlatformInterceptors() {
+ __interception::SetErrorReportCallback(Report);
+
----------------
vitalybuka wrote:
> Maybe VReport?
VReport is a macro so not possible. Besides, I think these messages are important enough to not require the verbosity check for now.
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