summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-01-31 18:25:37 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-01-31 18:25:37 +0000
commit322ce39e39186aaea01c7b8ebfa14ff537721ea9 (patch)
tree23f64f41326e6fc76d4601dae6b7ee8c157ddf11
parent1b1e57514ef99bf72a9a73a50c20811bb0cc0868 (diff)
downloadbcm5719-llvm-322ce39e39186aaea01c7b8ebfa14ff537721ea9.tar.gz
bcm5719-llvm-322ce39e39186aaea01c7b8ebfa14ff537721ea9.zip
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
llvm-svn: 200564
-rw-r--r--compiler-rt/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt
index 455f33c7a82..6ed042cb6ad 100644
--- a/compiler-rt/CMakeLists.txt
+++ b/compiler-rt/CMakeLists.txt
@@ -150,10 +150,8 @@ else()
set(SANITIZER_COMMON_CFLAGS
/MT
/Zi
- /FS
/Oy-
/GS-
- /wd4221
/wd4722
)
endif()
OpenPOWER on IntegriCloud