diff options
author | Ross Burton <ross.burton@arm.com> | 2025-10-07 11:42:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-09 10:58:07 +0100 |
commit | b1f036069e09856d6c71dfe1c0a5fb0dbc7d658d (patch) | |
tree | 6e84d466ebbfed4d43ac7b2327e7c7001e80e8df /documentation/getting-started/eclipse/git@git.enea.com:linux | |
parent | 1ad97d9786cbda4038490907f83ed152b9b15017 (diff) | |
download | poky-b1f036069e09856d6c71dfe1c0a5fb0dbc7d658d.tar.gz |
clang: use llvm recipe
Change this recipe to build just clang and clang-tools-extra, using the
LLVM provided by the llvm recipe.
This adds an 'extra-tools' PACKAGECONFIG (enabled by default) that
controls whether to build the clang-tools-extra project. This includes
clang-tidy and clangd, but the compile time and size for these
components is not insignificant.
Add a patch from upstream to support using native prebuilt tools (such
as clang-tblgen) when building standalone.
Add a patch that is being worked on with upstream to not rebuild clang-
tblgen if it has already been provided. This saves a little build time,
but more importantly for us resolves a static linking/uninative problem.
Remove the dependency on clang-cross in non-native builds by just
depending on llvm-native and using the un-prefixed tools directly.
(From OE-Core rev: d76dc362c8e18779cc4ddc6a778fb423c0e66a65)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/getting-started/eclipse/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions