Skip to content

Commit e1ab418

Browse files
nathanchancemasahir0y
authored andcommitted
Revert "ARM: 9070/1: Make UNWINDER_ARM depend on ld.bfd or ld.lld 11.0.0+"
This reverts commit 7411cfc. The minimum supported version of LLVM has been raised to 11.0.0, meaning this check is always true, so it can be dropped. Signed-off-by: Nathan Chancellor <[email protected]> Reviewed-by: Miguel Ojeda <[email protected]> Reviewed-by: Mark Brown <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 1e68a8a commit e1ab418

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/Kconfig.debug

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ config UNWINDER_FRAME_POINTER
6666
config UNWINDER_ARM
6767
bool "ARM EABI stack unwinder"
6868
depends on AEABI && !FUNCTION_GRAPH_TRACER
69-
# https://github.com/ClangBuiltLinux/linux/issues/732
70-
depends on !LD_IS_LLD || LLD_VERSION >= 110000
7169
select ARM_UNWIND
7270
help
7371
This option enables stack unwinding support in the kernel

0 commit comments

Comments
 (0)