15 lines
612 B
Diff
15 lines
612 B
Diff
Patch-Source: https://git.alpinelinux.org/aports/commit/community/chromium/no-mte.patch?id=ed25dc0164fd410ab1866b69c949cb4747e69434
|
|
M115 needs ifuncs for this
|
|
--
|
|
--- a/base/allocator/partition_allocator/partition_alloc_config.h
|
|
+++ b/base/allocator/partition_allocator/partition_alloc_config.h
|
|
@@ -151,7 +151,7 @@
|
|
defined(ARCH_CPU_LITTLE_ENDIAN))
|
|
|
|
#define PA_CONFIG_HAS_MEMORY_TAGGING() \
|
|
- (defined(ARCH_CPU_ARM64) && defined(__clang__) && \
|
|
+ (0 && defined(ARCH_CPU_ARM64) && defined(__clang__) && \
|
|
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID)))
|
|
|
|
#if PA_CONFIG(HAS_MEMORY_TAGGING)
|