From 513ee6ef8af0d155ffb80234925ec088d4ad8fce Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 24 Jun 2020 08:05:59 +0200 Subject: [PATCH] Revert "ANDROID: x86: disable UNWINDER_ORC with LTO_CLANG" This reverts commit 8e1a228356e3c6ba2e54b54e6b3d05d4cb3d8e44 as the LTO feature causes merge issues with 5.8-rc1. So remove it for now and allow the developer to add the latest version of the patches later on. Cc: Sami Tolvanen Signed-off-by: Greg Kroah-Hartman Change-Id: I6d7faff1f85ed73e7f1b1829e65b1c84f80cbf86 --- arch/x86/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index bf42bb119c75..fdf1431ac8c2 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -239,7 +239,7 @@ choice config UNWINDER_ORC bool "ORC unwinder" - depends on X86_64 && !LTO_CLANG + depends on X86_64 select STACK_VALIDATION ---help--- This option enables the ORC (Oops Rewind Capability) unwinder for