[ASan Win] Simplify and improve the way we forward ASan interface calls from DLLs
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 20 May 2014 14:26:19 +0000 (14:26 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 20 May 2014 14:26:19 +0000 (14:26 +0000)
commite7894f3b1490eb8e607009a1c06b5d4c3ad24f60
tree7bbda754a7a96a07e3cacbeb4f2d21207ea29f9d
parent981ba24156430e2d75ad50aefea941839f9ddc51
[ASan Win] Simplify and improve the way we forward ASan interface calls from DLLs

Reviewed at http://reviews.llvm.org/D3848

llvm-svn: 209210
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/asan/asan_dll_thunk.cc
compiler-rt/test/asan/TestCases/Windows/dll_malloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_malloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/dll_noreturn.cc
compiler-rt/test/asan/TestCases/Windows/dll_poison_unpoison.cc
compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc