mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-22 12:42:24 +00:00
15 lines
598 B
Diff
15 lines
598 B
Diff
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()
|