Patch "kbuild: add CONFIG_LD_IS_LLD" has been added to the 4.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    kbuild: add CONFIG_LD_IS_LLD

to the 4.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     kbuild-add-config_ld_is_lld.patch
and it can be found in the queue-4.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 90b21ad4d35a3e025b9b3fd13fa3c5ac156ff722
Author: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
Date:   Tue Apr 28 15:14:15 2020 -0700

    kbuild: add CONFIG_LD_IS_LLD
    
    commit b744b43f79cc758127042e71f9ad7b1afda30f84 upstream.
    
    Similarly to the CC_IS_CLANG config, add LD_IS_LLD to avoid GNU ld
    specific logic such as ld-version or ld-ifversion and gain the
    ability to select potential features that depend on the linker at
    configuration time such as LTO.
    
    Signed-off-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
    Acked-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
    [nc: Reword commit message]
    Signed-off-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
    Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>
    Reviewed-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>
    Signed-off-by: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
    Signed-off-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/init/Kconfig b/init/Kconfig
index 5eb91dde4018..afb96e7bdd29 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -19,6 +19,9 @@ config GCC_VERSION
 config CC_IS_CLANG
 	def_bool $(success,$(CC) --version | head -n 1 | grep -q clang)
 
+config LD_IS_LLD
+	def_bool $(success,$(LD) -v | head -n 1 | grep -q LLD)
+
 config CLANG_VERSION
 	int
 	default $(shell,$(srctree)/scripts/clang-version.sh $(CC))



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux