]> granicus.if.org Git - clang/commit
[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 26 Aug 2014 10:08:24 +0000 (10:08 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 26 Aug 2014 10:08:24 +0000 (10:08 +0000)
commit94705efc4ea9c08b042d617ce43f3891fcf581a1
tree2fdcfac6b20880b0e84f25a2f920ff02304d5925
parentae401c85d2e76237a2cefafb1fb9c6035e5d50b7
[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option

With this patch, "check-asan" passes all the tests with both MT and MD ASan RTL if you set COMPILER_RT_BUILD_SHARED_ASAN to ON
(PR20214)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216447 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/cl-link.c