[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. llvm part
authorKostya Serebryany <kcc@google.com>
Wed, 8 Feb 2012 21:36:17 +0000 (21:36 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 8 Feb 2012 21:36:17 +0000 (21:36 +0000)
commit95e3cf44a9d4672655dee3bd558bfeefa631dd55
treea089e7e4d1c3437d2231dbefe7e01f1719700ccb
parent1dd8c8560d45d36a8e507cd014352f1d313f9f9e
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. llvm part

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150102 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp
test/Instrumentation/AddressSanitizer/instrument-no-return.ll [new file with mode: 0644]