[compiler-rt] r200474 - Add an /FS flag to the ASan RTL CMake to make it buildable with VS2013

Timur Iskhodzhanov timurrrr at google.com
Thu Jan 30 10:08:41 PST 2014


Author: timurrrr
Date: Thu Jan 30 12:08:41 2014
New Revision: 200474

URL: http://llvm.org/viewvc/llvm-project?rev=200474&view=rev
Log:
Add an /FS flag to the ASan RTL CMake to make it buildable with VS2013

Modified:
    compiler-rt/trunk/lib/asan/CMakeLists.txt

Modified: compiler-rt/trunk/lib/asan/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/CMakeLists.txt?rev=200474&r1=200473&r2=200474&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/asan/CMakeLists.txt Thu Jan 30 12:08:41 2014
@@ -31,7 +31,7 @@ if (NOT MSVC)
 else()
   set(ASAN_CFLAGS
     ${SANITIZER_COMMON_CFLAGS}
-    /GR-)
+    /GR- /FS)
 endif()
 
 set(ASAN_COMMON_DEFINITIONS





More information about the llvm-commits mailing list