Add an /FS flag to the sanitizer_common CMake to make it buildable with VS2013

llvm-svn: 200480
This commit is contained in:
Timur Iskhodzhanov 2014-01-30 18:56:06 +00:00
parent 9b37d35051
commit 272502656e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if (NOT MSVC)
else()
set(SANITIZER_CFLAGS
${SANITIZER_COMMON_CFLAGS}
/GR-)
/GR- /FS)
endif()
if(SUPPORTS_GLOBAL_CONSTRUCTORS_FLAG)