[llvm-dev] Trouble supressing ASAN reported leaks
Dan Liew via llvm-dev
llvm-dev at lists.llvm.org
Wed Dec 16 03:58:48 PST 2015
> Thanks. If it helps the reason I tried using the compile time
> blacklist is that [1] gave the impression that
> suppressing ASan reported issues in your "re-compiled code" should be
> done using ``-fsanitize-blacklist=``.
> I didn't realise that the LeakSanitizer
Eurgh. I should proof read my e-mails first.
That should say
I didn't realise that the LeakSanitizer suppression works
independently from the rest of ASan.
More information about the llvm-dev
mailing list