[ASan Win] Manually call __asan_init early in the DLL initialization process to avoid...
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 2 Jun 2014 14:40:07 +0000 (14:40 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 2 Jun 2014 14:40:07 +0000 (14:40 +0000)
commitb1415c46fb5859d29ebd04bf78bc542881a590e7
treebb6044800dd47dc7d9bf7f201695166cb1c7f9c2
parent82899febf07aa2cc42761102f92609a804034ba2
[ASan Win] Manually call __asan_init early in the DLL initialization process to avoid a null function call in cout/cerr constructors

llvm-svn: 210030
compiler-rt/lib/asan/asan_dll_thunk.cc
compiler-rt/test/asan/TestCases/Windows/dll_cerr.cc [new file with mode: 0644]