mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: arm64: disable HAVE_ARCH_PREL32_RELOCATIONS with LTO_CLANG
Disable HAVE_ARCH_PREL32_RELOCATIONS to stop LLVM from reordering initcalls. Bug: 145210207 Change-Id: Ia5ba389ff204fdc51cf6d6c554e9345bd89398d7 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
parent
f0f28e9c01
commit
a516ca1ee7
|
|
@ -126,7 +126,7 @@ config ARM64
|
|||
select HAVE_ARCH_KGDB
|
||||
select HAVE_ARCH_MMAP_RND_BITS
|
||||
select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
|
||||
select HAVE_ARCH_PREL32_RELOCATIONS
|
||||
select HAVE_ARCH_PREL32_RELOCATIONS if !LTO_CLANG
|
||||
select HAVE_ARCH_SECCOMP_FILTER
|
||||
select HAVE_ARCH_STACKLEAK
|
||||
select HAVE_ARCH_THREAD_STRUCT_WHITELIST
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user