]> granicus.if.org Git - clang/commit
[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.lib
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 12 Sep 2014 13:21:02 +0000 (13:21 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 12 Sep 2014 13:21:02 +0000 (13:21 +0000)
commit6a75357fcbcf58d410d49f17e7937254df1c4d5b
treebac7fd5d678681971f1a4ab00b0bdcb9e33a52f2
parenta06010e90c22f455ed202979276254b19cb8f166
[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.lib

It turned out that we have to bridge more stuff between the executable
and the ASan RTL DLL than just __asan_option_detect_stack_use_after_return.
See PR20918 for more details.

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