diff --git a/debian/patches/disable-no-omit-leaf.diff b/debian/patches/disable-no-omit-leaf.diff deleted file mode 100644 index 8baef1d5..00000000 --- a/debian/patches/disable-no-omit-leaf.diff +++ /dev/null @@ -1,18 +0,0 @@ -Index: llvm-toolchain-13-13.0.0~+rc2/compiler-rt/lib/scudo/standalone/CMakeLists.txt -=================================================================== ---- llvm-toolchain-13-13.0.0~+rc2.orig/compiler-rt/lib/scudo/standalone/CMakeLists.txt -+++ llvm-toolchain-13-13.0.0~+rc2/compiler-rt/lib/scudo/standalone/CMakeLists.txt -@@ -123,9 +123,10 @@ if (COMPILER_RT_HAS_GWP_ASAN) - list(APPEND SCUDO_OBJECT_LIBS - RTGwpAsan RTGwpAsanBacktraceLibc RTGwpAsanSegvHandler - RTGwpAsanOptionsParser) -- -- list(APPEND SCUDO_CFLAGS -DGWP_ASAN_HOOKS -fno-omit-frame-pointer -- -mno-omit-leaf-frame-pointer) -+ if (NOT ${arch} STREQUAL "armhf" AND NOT ${arch} STREQUAL "armel") -+ list(APPEND SCUDO_CFLAGS -DGWP_ASAN_HOOKS -fno-omit-frame-pointer -+ -mno-omit-leaf-frame-pointer) -+ endif() - endif() - - set(SCUDO_LINK_LIBS) diff --git a/debian/patches/series b/debian/patches/series index ba3789e2..18336ab6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -145,4 +145,3 @@ scan-build-py-fix-default-bin.diff libclc-llvm-spirv.diff omp-riscv64.patch -disable-no-omit-leaf.diff