[PATCH] D144830: [asan darwin] Allow clients to implement `__sanitizer_report_error_summary`
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 14:59:32 PST 2023
yln accepted this revision.
yln added a comment.
Okay, so `dladdr()` just takes an address and should always work irrespective if the function that lives at that address was exported etc., yes?
LGTM, please add a test for the original bug: user program overriding `__sanitizer_report_error_summary`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144830/new/
https://reviews.llvm.org/D144830
More information about the llvm-commits
mailing list