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

Kostya Serebryany kcc at google.com
Thu Dec 15 16:14:06 PST 2011


On Thu, Dec 15, 2011 at 4:11 PM, Chandler Carruth <chandlerc at google.com>wrote:

> 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?
>

There is a full (compile-link-run)
test: projects/compiler-rt/lib/asan/tests/dlclose-test*
I do not see any need for a separate compiler-only test, do you?

--kcc



> 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/0b7703c0/attachment.html>


More information about the llvm-commits mailing list