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

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 15:34:08 PST 2020


mcgrathr created this revision.
mcgrathr added reviewers: phosek, aarongreen, cryptoad.
Herald added subscribers: llvm-commits, Sanitizers, jfb, krytarowski, mgorny.
Herald added projects: Sanitizers, LLVM.

Support LeakSanitizer runtime on Fuchsia.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72887

Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/lsan/CMakeLists.txt
  compiler-rt/lib/lsan/lsan.cpp
  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_common_linux.cpp
  compiler-rt/lib/lsan/lsan_common_mac.cpp
  compiler-rt/lib/lsan/lsan_interceptors.cpp
  compiler-rt/lib/lsan/lsan_linux.cpp
  compiler-rt/lib/lsan/lsan_thread.cpp
  compiler-rt/lib/lsan/lsan_thread.h
  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.238649.patch
Type: text/x-patch
Size: 24924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/56bf0aaf/attachment.bin>


More information about the llvm-commits mailing list