summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-06 12:29:03 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-12 15:12:01 +0200
commitc95662f87825174b359217479b46efd567c0318d (patch)
tree939a287c1a34f3443979c75fad7df280279860df /README.md
parent172c29862c2bad21fff84e2798cc3fd16822ec57 (diff)
downloadbootstrappable-toolchain-c95662f87825174b359217479b46efd567c0318d.tar.gz
clang: Support providing lld linker in toolchain
Add new TOOLCHAIN_CONFIG flag that enables the lld project in the built toolchain.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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):