[compiler-rt] r200564 - Remove /FS as it's auto-added by CMake 2.8.12.1; also, remove /wd4221 as 4221 is a linker warning, not a compiler warning
Timur Iskhodzhanov
timurrrr at google.com
Fri Jan 31 10:25:38 PST 2014
Author: timurrrr
Date: Fri Jan 31 12:25:37 2014
New Revision: 200564
URL: http://llvm.org/viewvc/llvm-project?rev=200564&view=rev
Log:
Remove /FS as it's auto-added by CMake 2.8.12.1; also, remove /wd4221 as 4221 is a linker warning, not a compiler warning
Modified:
compiler-rt/trunk/CMakeLists.txt
Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=200564&r1=200563&r2=200564&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Fri Jan 31 12:25:37 2014
@@ -150,10 +150,8 @@ else()
set(SANITIZER_COMMON_CFLAGS
/MT
/Zi
- /FS
/Oy-
/GS-
- /wd4221
/wd4722
)
endif()
More information about the llvm-commits
mailing list