[PATCH] [lsan] Add suppression support.

Alexander Potapenko glider at google.com
Fri Jun 28 07:04:04 PDT 2013


  LGTM with a nit.


================
Comment at: lib/lsan/lsan_common.cc:43
@@ -40,2 +42,3 @@
   f->exitcode = 23;
+  f->suppressions="";
   f->use_registers = true;
----------------
Please add spaces around "="


http://llvm-reviews.chandlerc.com/D1060

BRANCH
  feat/lsan/suppressions

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list