mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 08:20:03 +00:00
add the patch
This commit is contained in:
parent
d60813a095
commit
908dbe1d6c
@ -1,13 +0,0 @@
|
||||
Index: llvm-toolchain-snapshot-10~+201910241319490700d0bd3fc88be/compiler-rt/lib/fuzzer/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot-10~+201910241319490700d0bd3fc88be.orig/compiler-rt/lib/fuzzer/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot-10~+201910241319490700d0bd3fc88be/compiler-rt/lib/fuzzer/CMakeLists.txt
|
||||
@@ -122,7 +122,7 @@ if(OS_NAME MATCHES "Linux|Fuchsia" AND
|
||||
COMPILER_RT_LIBCXXABI_PATH)
|
||||
macro(partially_link_libcxx name dir arch)
|
||||
if(${arch} MATCHES "i386")
|
||||
- set(EMULATION_ARGUMENT "-m" "elf_i386")
|
||||
+ set(EMULATION_ARGUMENT "")
|
||||
else()
|
||||
set(EMULATION_ARGUMENT "")
|
||||
endif()
|
14
debian/patches/disable-fuzzer-compiler-rt.diff
vendored
Normal file
14
debian/patches/disable-fuzzer-compiler-rt.diff
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
Index: llvm-toolchain-snapshot_10~+20191025004812+60b403e75cd/compiler-rt/lib/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191025004812+60b403e75cd.orig/compiler-rt/lib/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_10~+20191025004812+60b403e75cd/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()
|
Loading…
Reference in New Issue
Block a user