From c95662f87825174b359217479b46efd567c0318d Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 6 Jun 2025 12:29:03 +0200 Subject: clang: Support providing lld linker in toolchain Add new TOOLCHAIN_CONFIG flag that enables the lld project in the built toolchain. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9a33264..5124a71 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,8 @@ Fields for building the toolchains: `clang-tidy`. Additionally, Clang versions `18` and newer will also include the *external project* [Include What You Use](https://github.com/include-what-you-use/include-what-you-use). +- `INCLUDE_LLD`: + For `clang` toolchains, add the LLD linker to toolchain. (default: `false`) Fields for using the toolchains (within [Justbuild](https://github.com/just-buildsystem/justbuild) projects): -- cgit v1.2.3