mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 17:10:47 +00:00
fix the patch
This commit is contained in:
parent
bfe3c5aab1
commit
8ec7e90fd6
@ -2,11 +2,11 @@ Index: llvm-toolchain-snapshot_10~+20191019070539+bdcad0aca0a/compiler-rt/lib/CM
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191019070539+bdcad0aca0a.orig/compiler-rt/lib/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_10~+20191019070539+bdcad0aca0a/compiler-rt/lib/CMakeLists.txt
|
||||
@@ -56,6 +56,7 @@ if(COMPILER_RT_BUILD_XRAY)
|
||||
@@ -56,6 +56,6 @@ if(COMPILER_RT_BUILD_XRAY)
|
||||
compiler_rt_build_runtime(xray)
|
||||
endif()
|
||||
|
||||
if(COMPILER_RT_BUILD_LIBFUZZER)
|
||||
-if(COMPILER_RT_BUILD_LIBFUZZER)
|
||||
- compiler_rt_build_runtime(fuzzer)
|
||||
-endif()
|
||||
+#if(COMPILER_RT_BUILD_LIBFUZZER)
|
||||
|
Loading…
Reference in New Issue
Block a user