[llvm-commits] [llvm] r146688 - in /llvm/trunk: include/llvm/Transforms/Utils/ModuleUtils.h lib/Transforms/Instrumentation/AddressSanitizer.cpp lib/Transforms/Utils/ModuleUtils.cpp

Chandler Carruth chandlerc at google.com
Thu Dec 15 16:11:32 PST 2011


On Thu, Dec 15, 2011 at 1:59 PM, Kostya Serebryany <kcc at google.com> wrote:

> [asan] fix a bug (issue 19) where dlclose and the following mmap caused a
> false positive. compiler part.
>

No test case? This seems like it would be easy to check that you were
registering the global destructors properly with FileCheck?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111215/7c765330/attachment.html>


More information about the llvm-commits mailing list