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

llvm-svn: 200474
This commit is contained in:
Timur Iskhodzhanov 2014-01-30 18:08:41 +00:00
parent 4a83bf168f
commit a1f31460d8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if (NOT MSVC)
else()
set(ASAN_CFLAGS
${SANITIZER_COMMON_CFLAGS}
/GR-)
/GR- /FS)
endif()
set(ASAN_COMMON_DEFINITIONS