[PATCH] D72887: [lsan] Support LeakSanitizer runtime on Fuchsia

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 16:52:13 PST 2020


mcgrathr updated this revision to Diff 240056.
mcgrathr added a comment.

Split out ThreadContext refactoring into a separate patch.
Updated related changes following review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72887

Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/asan/asan_thread.cpp
  compiler-rt/lib/lsan/CMakeLists.txt
  compiler-rt/lib/lsan/lsan.cpp
  compiler-rt/lib/lsan/lsan.h
  compiler-rt/lib/lsan/lsan_allocator.h
  compiler-rt/lib/lsan/lsan_common.cpp
  compiler-rt/lib/lsan/lsan_common.h
  compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
  compiler-rt/lib/lsan/lsan_fuchsia.cpp
  compiler-rt/lib/lsan/lsan_fuchsia.h
  compiler-rt/lib/lsan/lsan_interceptors.cpp
  compiler-rt/lib/lsan/lsan_linux.cpp
  compiler-rt/lib/sanitizer_common/CMakeLists.txt
  compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72887.240056.patch
Type: text/x-patch
Size: 24017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/fc0835f5/attachment.bin>


More information about the llvm-commits mailing list