diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-08-21 14:26:41 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-08-23 12:11:02 +0200 |
commit | 01b58e6282eef559fc80719b5ebc2eee50f01450 (patch) | |
tree | 83b047a795b4f2611aa05d59d37b96f39e245d5d /README.md | |
parent | 9e11172824011a57c9d27af0283b24d84b8c0ae7 (diff) | |
download | bootstrappable-toolchain-01b58e6282eef559fc80719b5ebc2eee50f01450.tar.gz |
clang: Add support for building clang-tidy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -171,6 +171,8 @@ Fields for building the toolchains: Library directory of the C library on the build host (default: not set) - `HOST_DYNAMIC_LINKER`: Absolute path to the dynamic linker on the build host (default: not set) +- `INCLUDE_LINTER`: + Add linter to toolchain if supported, e.g., `clang-tidy` (default: `false`) Fields for using the toolchains (within [Justbuild](https://github.com/just-buildsystem/justbuild) projects): |