fixing build, accidentally deleted two lines

llvm-svn: 291077
This commit is contained in:
Mike Aizatsky 2017-01-05 04:22:20 +00:00
parent 3fd897dc32
commit 6196eaf0ae
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ const char* __asan_default_default_options() { return ""; }
const char* __asan_default_default_suppressions() { return ""; }
void __asan_default_on_error() {}
const char* __sancov_default_options() { return ""; }
// 64-bit msvc will not prepend an underscore for symbols.
#ifdef _WIN64
#pragma comment(linker, "/alternatename:__sanitizer_malloc_hook=__sanitizer_default_malloc_hook") // NOLINT
#pragma comment(linker, "/alternatename:__sanitizer_free_hook=__sanitizer_default_free_hook") // NOLINT
#pragma comment(linker, "/alternatename:__asan_default_options=__asan_default_default_options") // NOLINT