mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: x86: disable STACK_VALIDATION with LTO_CLANG
Disable CONFIG_STACK_VALIDATION with LTO, because objtool doesn't understand LLVM IR. Bug: 145297900 Change-Id: I939155e7662e68ec4a49df3ce14ddf1e84c327f5 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
parent
c8ad0a80c3
commit
d5a3eb9d1e
|
|
@ -205,7 +205,7 @@ config X86
|
|||
select HAVE_RELIABLE_STACKTRACE if X86_64 && (UNWINDER_FRAME_POINTER || UNWINDER_ORC) && STACK_VALIDATION
|
||||
select HAVE_FUNCTION_ARG_ACCESS_API
|
||||
select HAVE_STACKPROTECTOR if CC_HAS_SANE_STACKPROTECTOR
|
||||
select HAVE_STACK_VALIDATION if X86_64
|
||||
select HAVE_STACK_VALIDATION if X86_64 && !LTO_CLANG
|
||||
select HAVE_RSEQ
|
||||
select HAVE_SYSCALL_TRACEPOINTS
|
||||
select HAVE_UNSTABLE_SCHED_CLOCK
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user