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

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 17:01:00 PST 2020


mcgrathr marked 4 inline comments as done.
mcgrathr added a comment.

I think I've done everything Vitaly's last review asked for.  Thanks.



================
Comment at: compiler-rt/lib/lsan/lsan_posix.cpp:18
+#include "lsan.h"
+#include "lsan_allocator.h"
+#include "sanitizer_common/sanitizer_stacktrace.h"
----------------
vitalybuka wrote:
> Could you please move ThreadContext refactoring into a separate patch?
https://reviews.llvm.org/B44790


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72887





More information about the llvm-commits mailing list