Move /FS to SANITIZER_COMMON_CFLAGS

llvm-svn: 200485
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt
index a442408..7772c78 100644
--- a/compiler-rt/CMakeLists.txt
+++ b/compiler-rt/CMakeLists.txt
@@ -148,8 +148,10 @@
   set(SANITIZER_COMMON_CFLAGS
     /MT
     /Zi
+    /FS
     /Oy-
     /GS-
+    /wd4221
     /wd4722
     )
 endif()