forked from OSchip/llvm-project
Add an /FS flag to the sanitizer_common CMake to make it buildable with VS2013
llvm-svn: 200480
This commit is contained in:
parent
9b37d35051
commit
272502656e
|
@ -94,7 +94,7 @@ if (NOT MSVC)
|
|||
else()
|
||||
set(SANITIZER_CFLAGS
|
||||
${SANITIZER_COMMON_CFLAGS}
|
||||
/GR-)
|
||||
/GR- /FS)
|
||||
endif()
|
||||
|
||||
if(SUPPORTS_GLOBAL_CONSTRUCTORS_FLAG)
|
||||
|
|
Loading…
Reference in New Issue