[PATCH] D129385: [lsan][Darwin] Scan libdispatch and Foundation memory regions
Leonard Grey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 14:28:29 PDT 2022
lgrey updated this revision to Diff 458864.
lgrey retitled this revision from "[lsan][Darwin] Scan libdispatch heap" to "[lsan][Darwin] Scan libdispatch and Foundation memory regions".
lgrey edited the summary of this revision.
lgrey added a comment.
Updated with test now that https://reviews.llvm.org/D133126 has landed.
I originally wanted the Foundation part to be a different patch, but it makes more sense to do it at once, since the scanning logic has to change anyway.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129385/new/
https://reviews.llvm.org/D129385
Files:
compiler-rt/lib/lsan/lsan_common_mac.cpp
compiler-rt/test/lsan/TestCases/Darwin/dispatch_continuations.mm
compiler-rt/test/lsan/TestCases/Darwin/trampoline.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129385.458864.patch
Type: text/x-patch
Size: 5559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/7cb908e9/attachment.bin>
More information about the llvm-commits
mailing list