Index: llvm-toolchain-snapshot_10~+20191025092207+24ef631f433/compiler-rt/lib/CMakeLists.txt =================================================================== --- llvm-toolchain-snapshot_10~+20191025092207+24ef631f433.orig/compiler-rt/lib/CMakeLists.txt +++ llvm-toolchain-snapshot_10~+20191025092207+24ef631f433/compiler-rt/lib/CMakeLists.txt @@ -56,6 +56,6 @@ if(COMPILER_RT_BUILD_XRAY) compiler_rt_build_runtime(xray) endif() -if(COMPILER_RT_BUILD_LIBFUZZER) - compiler_rt_build_runtime(fuzzer) -endif() +#if(COMPILER_RT_BUILD_LIBFUZZER) +# compiler_rt_build_runtime(fuzzer) +#endif()