I would say, run with
ASAN_OPTIONS=fast_unwind_on_malloc=0 and let us see the stack trace. We are not using the suppressions with llvm yet,
and we are not yet using ScopedDisabler in the LLVM sources.
If this is an intentional leak that happens once in the process we have BuryPointer for that.
If this is a real bad leak, use ScopedDisabler locally, but don't commit (fix instead).