[asan] fix a bug (issue 19) where dlclose and the following mmap caused a false posit...
authorKostya Serebryany <kcc@google.com>
Thu, 15 Dec 2011 21:59:03 +0000 (21:59 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 15 Dec 2011 21:59:03 +0000 (21:59 +0000)
commit7bcfc9950bac0f411f9671e8d6ce483bd219727e
treee611f4c3924e5cb266389fe9b1bd4ec93430db9f
parent276ed0344c05822617934fa4a6a9920d864193a5
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a false positive. compiler part.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146688 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/ModuleUtils.h
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Utils/ModuleUtils.cpp