Skip to content

Commit 4dc0759

Browse files
nathanchancemasahir0y
authored andcommitted
init/Kconfig: Drop linker version check for LD_ORPHAN_WARN
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 0766bff commit 4dc0759

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,6 @@ config LD_DEAD_CODE_DATA_ELIMINATION
14141414
config LD_ORPHAN_WARN
14151415
def_bool y
14161416
depends on ARCH_WANT_LD_ORPHAN_WARN
1417-
depends on !LD_IS_LLD || LLD_VERSION >= 110000
14181417
depends on $(ld-option,--orphan-handling=warn)
14191418

14201419
config SYSCTL

0 commit comments

Comments
 (0)