[PATCH] D72887: [lsan] Support LeakSanitizer runtime on Fuchsia
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 12:35:52 PST 2020
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/lib/lsan/lsan_common.cpp:539
+
static void ReportIfNotSuspended(ThreadContextBase *tctx, void *arg) {
const InternalMmapVector<tid_t> &suspended_threads =
----------------
here and "ProcessThreads"
if this compile can you remove #ifdef and just add USED to supress warnings?
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