[ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and...
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 24 Feb 2015 17:07:22 +0000 (17:07 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 24 Feb 2015 17:07:22 +0000 (17:07 +0000)
commit6ba66b95d1bbcbac91b256b5c1dbb06e1a93de3d
treea006c74d9716d7299ea7f73978a9a88651caadf2
parent2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1
[ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error

llvm-svn: 230344
compiler-rt/lib/asan/asan_win.cc
compiler-rt/lib/asan/asan_win_dll_thunk.cc
compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
compiler-rt/test/asan/TestCases/Windows/default_options.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Windows/free_hook_realloc.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Windows/on_error_callback.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/default_options.cc
compiler-rt/test/asan/TestCases/free_hook_realloc.cc
compiler-rt/test/asan/TestCases/on_error_callback.cc