summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/tests
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
commit0948bc2086e0148c8b8c5471d2f85603aba847f6 (patch)
treecefed358d786cc263709015061a0fabb3099472b /compiler-rt/lib/fuzzer/tests
parent0ab788e2712f6b2f08e1fa62d4247eab2cdf7371 (diff)
downloadbcm5719-llvm-0948bc2086e0148c8b8c5471d2f85603aba847f6.tar.gz
bcm5719-llvm-0948bc2086e0148c8b8c5471d2f85603aba847f6.zip
[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. llvm-svn: 335640
Diffstat (limited to 'compiler-rt/lib/fuzzer/tests')
-rw-r--r--compiler-rt/lib/fuzzer/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/tests/CMakeLists.txt b/compiler-rt/lib/fuzzer/tests/CMakeLists.txt
index 53e1189f2d3..ed580716830 100644
--- a/compiler-rt/lib/fuzzer/tests/CMakeLists.txt
+++ b/compiler-rt/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)
OpenPOWER on IntegriCloud