ANDROID: x86: disable UNWINDER_ORC with LTO_CLANG
Bug: 145297900 Change-Id: I392f46e26e203a4a37bcddcaf1e44343d1f82a17 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
parent
619830f63d
commit
a59f04142f
@ -291,7 +291,7 @@ choice
|
||||
|
||||
config UNWINDER_ORC
|
||||
bool "ORC unwinder"
|
||||
depends on X86_64
|
||||
depends on X86_64 && !LTO_CLANG
|
||||
select STACK_VALIDATION
|
||||
---help---
|
||||
This option enables the ORC (Oops Rewind Capability) unwinder for
|
||||
|
Loading…
Reference in New Issue
Block a user