[all-commits] [llvm/llvm-project] e1cff8: [lsan] Add debug option to "deflake" leaks (#112037)

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Oct 11 16:57:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1cff8bf816b41b4fb1333533ee1225ae2148a0d
      https://github.com/llvm/llvm-project/commit/e1cff8bf816b41b4fb1333533ee1225ae2148a0d
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/lsan/lsan_flags.inc
    A compiler-rt/test/lsan/TestCases/flag_tries.c

  Log Message:
  -----------
  [lsan] Add debug option to "deflake" leaks (#112037)

There are hard to debug leaks which look like
false.

In general, repeating leak checking should not
affect set of leaks significantly, especial
`at_exit` leak checking.

But if we see significant discrepancy, it may give
us a clue for investigation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list