[PATCH] D35173: [lsan] Add _os_trace into LSan's suppression list

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 11:45:16 PDT 2017


alekseyshl added inline comments.


================
Comment at: compiler-rt/trunk/lib/lsan/lsan_common.cc:81
+  // For Darwin and os_log/os_trace.
+  "leak:*_os_trace*\n";
 
----------------
Minor, but I'd love to know a bit more of the context (is it a bug in some versions or design decision, is it going to be fixed or we're stuck with it forever etc.) and add #if SANITIZER_MAC around it?


Repository:
  rL LLVM

https://reviews.llvm.org/D35173





More information about the llvm-commits mailing list