mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-21 21:39:45 +00:00
Remove debian/patches/x86-fuzzer.patch (done differently upstream)
This commit is contained in:
parent
1390cd23ae
commit
e5f99fbafd
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-snapshot (1:15~++20220615092632+f0e608de27b3-1~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
* experimental New snapshot release
|
||||
* Remove debian/patches/x86-fuzzer.patch (done differently upstream)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Jun 2022 09:26:46 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -117,8 +117,6 @@ bootstrap-fix-include-next.diff
|
||||
#try-to-unbreak-thinlto.diff
|
||||
#D67877-cmake-clang-example.patch
|
||||
|
||||
x86-fuzzer.patch
|
||||
|
||||
python3-shebang.patch
|
||||
print-lldb-path.patch
|
||||
libcxx-armhf-ftbfs.diff
|
||||
|
16
debian/patches/x86-fuzzer.patch
vendored
16
debian/patches/x86-fuzzer.patch
vendored
@ -1,16 +0,0 @@
|
||||
Description: fuzzer: EMULATION_ARGUMENT is also required when building on i386 for x86_64
|
||||
Author: Adrian Bunk <bunk@debian.org>
|
||||
|
||||
Index: llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/compiler-rt/lib/fuzzer/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487.orig/compiler-rt/lib/fuzzer/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/compiler-rt/lib/fuzzer/CMakeLists.txt
|
||||
@@ -140,6 +140,8 @@ if(OS_NAME MATCHES "Linux|Fuchsia" AND
|
||||
macro(partially_link_libcxx name dir arch)
|
||||
if(${arch} MATCHES "i386")
|
||||
set(EMULATION_ARGUMENT "-m" "elf_i386")
|
||||
+ elseif(${arch} MATCHES "x86_64")
|
||||
+ set(EMULATION_ARGUMENT "-m" "elf_x86_64")
|
||||
else()
|
||||
set(EMULATION_ARGUMENT "")
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user