[PATCH] D45701: Add Logging API Callback for All *SAN Passes
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 16 15:22:26 PDT 2018
cryptoad added a comment.
It seems that the existing weak `OnPrint` could fulfill the purpose of an application defined "callback" .
Right now it's not be used by any of the sanitizers, and having a weak function & 8 callbacks serving the same purpose seems overkill.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D45701
More information about the llvm-commits
mailing list