[PATCH] D60243: [LSan][AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMA

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 17:16:25 PDT 2019


sebpop updated this revision to Diff 199111.
sebpop added a comment.

Fix the x86_64 overflow warning with `1ULL << 48`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60243/new/

https://reviews.llvm.org/D60243

Files:
  compiler-rt/lib/asan/asan_allocator.cc
  compiler-rt/lib/asan/asan_allocator.h
  compiler-rt/lib/asan/asan_stats.cc
  compiler-rt/lib/asan/asan_stats.h
  compiler-rt/lib/lsan/lsan_allocator.cc
  compiler-rt/lib/lsan/lsan_allocator.h
  compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60243.199111.patch
Type: text/x-patch
Size: 23364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190511/93e3f951/attachment.bin>


More information about the llvm-commits mailing list