[libFuzzer] revert part of r358726 committed by mistake (oops)
authorKostya Serebryany <kcc@google.com>
Fri, 19 Apr 2019 01:40:16 +0000 (01:40 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 19 Apr 2019 01:40:16 +0000 (01:40 +0000)
llvm-svn: 358727

compiler-rt/lib/fuzzer/CMakeLists.txt

index f473910..aa62995 100644 (file)
@@ -66,7 +66,6 @@ elseif(TARGET cxx-headers OR HAVE_LIBCXX)
 endif()
 
 append_list_if(COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG -fno-omit-frame-pointer LIBFUZZER_CFLAGS)
-append_list_if(True -fexceptions LIBFUZZER_CFLAGS)
 
 if (CMAKE_CXX_FLAGS MATCHES "fsanitize-coverage")
   list(APPEND LIBFUZZER_CFLAGS -fno-sanitize-coverage=trace-pc-guard,edge,trace-cmp,indirect-calls,8bit-counters)