[PATCH] D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 07:20:53 PDT 2017


fjricci added a comment.

Fairly certain that if this is 10.11-specific, it's either a leak in libxar, or a bug in LeakSanitizer. It doesn't appear to be a leak in objdump itself (particularly when looking at the stack, which has a dispatch_once call in it)


https://reviews.llvm.org/D38699





More information about the llvm-commits mailing list