[llvm-commits] [compiler-rt] r163784 - /compiler-rt/trunk/CMakeLists.txt
Alexey Samsonov
samsonov at google.com
Thu Sep 13 03:23:45 PDT 2012
Author: samsonov
Date: Thu Sep 13 05:23:45 2012
New Revision: 163784
URL: http://llvm.org/viewvc/llvm-project?rev=163784&view=rev
Log:
[Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes - people may use too many distinct/old host compilers
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=163784&r1=163783&r2=163784&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Thu Sep 13 05:23:45 2012
@@ -62,7 +62,6 @@
# Provide some common commmandline flags for Sanitizer runtimes.
set(SANITIZER_COMMON_CFLAGS
- -Werror
-fPIC
-fno-builtin
-fno-exceptions
More information about the llvm-commits
mailing list