summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-06-26 18:37:37 +0000
committerMatt Morehouse <mascasa@google.com>2018-06-26 18:37:37 +0000
commit7073422f240f868bd063c30349750b11450e15b9 (patch)
tree959ce59310d82717c4f935cc77ccfd7f6b666660 /lib
parenta66272fc16888276ed620eb041fb10c3272f5c8c (diff)
[libFuzzer] Do not turn unittest warnings into errors.
Some warnings originating from googletest were causing bots to fail while bulding unit tests. The sanitizers address this issue by not using -Werror. We adopt this approach for libFuzzer. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/fuzzer/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fuzzer/tests/CMakeLists.txt b/lib/fuzzer/tests/CMakeLists.txt
index 53e1189f2..ed5807168 100644
--- a/lib/fuzzer/tests/CMakeLists.txt
+++ b/lib/fuzzer/tests/CMakeLists.txt
@@ -3,7 +3,6 @@ set(LIBFUZZER_UNITTEST_CFLAGS
${COMPILER_RT_GTEST_CFLAGS}
-I${COMPILER_RT_SOURCE_DIR}/lib/fuzzer
-fno-rtti
- -Werror
-O2)
if (APPLE)