[PATCH] D60243: [LSan][AArch64] Speed-up leak-sanitizer on AArch64 for 47-bit VMA
Sebastian Pop via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 13:15:25 PDT 2019
sebpop updated this revision to Diff 194200.
sebpop added a comment.
Herald added subscribers: jfb, mgorny.
Address review comments from Kostya: move AArch64 lsan allocator to a separate file to avoid `#ifdefs`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60243/new/
https://reviews.llvm.org/D60243
Files:
compiler-rt/lib/lsan/CMakeLists.txt
compiler-rt/lib/lsan/lsan_aarch64.cc
compiler-rt/lib/lsan/lsan_allocator.cc
compiler-rt/lib/lsan/lsan_allocator.h
compiler-rt/lib/lsan/lsan_linux.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60243.194200.patch
Type: text/x-patch
Size: 17178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/2f9e01f4/attachment.bin>
More information about the llvm-commits
mailing list