[PATCH] D72887: [lsan] Support LeakSanitizer runtime on Fuchsia
    Roland McGrath via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 28 00:43:16 PST 2020
    
    
  
mcgrathr updated this revision to Diff 240790.
mcgrathr added a comment.
Fixed patch rebasing snafu that dropped LsanOnDeadlySignal code from lsan_posix.cpp.
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/lsan/lsan_posix.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.240790.patch
Type: text/x-patch
Size: 24728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200128/a9067cd2/attachment.bin>
    
    
More information about the llvm-commits
mailing list