[PATCH] [lsan] Add leak_check_at_exit flag.

Alexey Samsonov samsonov at google.com
Thu Aug 1 07:53:31 PDT 2013


  LGTM


================
Comment at: lib/lsan/lit_tests/TestCases/leak_check_at_exit.cc:12
@@ +11,3 @@
+int main(int argc, char *argv[]) {
+  printf("printf to break optimization\n");
+  if (argc > 1)
----------------
Do you really need this printf here?


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

BRANCH
  feat/detect_leaks_at_exit

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list