[PATCH] D40349: [LSan] New experimental flag for background leak checking before exit.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 12:51:00 PDT 2018
kcc added a comment.
I'd prefer to not have this functionality in lsan -- it already has __lsan_do_recoverable_leak_check which should be sufficient for a user to implement this functionality on their side.
(If not, that may need to be fixed).
https://reviews.llvm.org/D40349
More information about the llvm-commits
mailing list