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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 18:23:25 PST 2020


smeenai added inline comments.


================
Comment at: compiler-rt/lib/lsan/lsan_common_fuchsia.cpp:129
+  // The final callback is the last thing before the world starts up again.
+  __sanitizer_memory_snapshot(
+      flags()->use_globals ? globals : nullptr,
----------------
Where is this defined? I don't see it in any of the Fuchsia SDKs or sysroots.


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