From d6a9730e1583c8b6988190ebb8f4eeba228a1ab6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 21 Mar 2024 08:34:32 +0100 Subject: [PATCH] rename the patch for something more explicit --- ...7ca05ffb4f8e666878f2f6718a9fb4d686839.diff | 22 ------------------- debian/patches/series | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 debian/patches/fb77ca05ffb4f8e666878f2f6718a9fb4d686839.diff diff --git a/debian/patches/fb77ca05ffb4f8e666878f2f6718a9fb4d686839.diff b/debian/patches/fb77ca05ffb4f8e666878f2f6718a9fb4d686839.diff deleted file mode 100644 index ff9a4ec1..00000000 --- a/debian/patches/fb77ca05ffb4f8e666878f2f6718a9fb4d686839.diff +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/compiler-rt/lib/asan/asan_allocator.h b/compiler-rt/lib/asan/asan_allocator.h -index 0b4dbf03bb9d53..6a12a6c6025283 100644 ---- a/compiler-rt/lib/asan/asan_allocator.h -+++ b/compiler-rt/lib/asan/asan_allocator.h -@@ -143,11 +143,15 @@ typedef DefaultSizeClassMap SizeClassMap; - const uptr kAllocatorSpace = ~(uptr)0; - const uptr kAllocatorSize = 0x8000000000ULL; // 500G - typedef DefaultSizeClassMap SizeClassMap; --# else -+# elif SANITIZER_APPLE - const uptr kAllocatorSpace = 0x600000000000ULL; - const uptr kAllocatorSize = 0x40000000000ULL; // 4T. - typedef DefaultSizeClassMap SizeClassMap; --# endif -+# else -+const uptr kAllocatorSpace = 0x500000000000ULL; -+const uptr kAllocatorSize = 0x40000000000ULL; // 4T. -+typedef DefaultSizeClassMap SizeClassMap; -+# endif - template - struct AP64 { // Allocator64 parameters. Deliberately using a short name. - static const uptr kSpaceBeg = kAllocatorSpace; diff --git a/debian/patches/series b/debian/patches/series index a7d5b0ba..888bad9f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -156,4 +156,4 @@ D158066-simd-ppc64el.patch D142688-loong64.diff remove-unused-imp-module.diff libsanitizer-timebits.diff -fb77ca05ffb4f8e666878f2f6718a9fb4d686839.diff +asan-allocator.diff