-
Notifications
You must be signed in to change notification settings - Fork 13
Missing tools #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Thanks for flagging, I need to check how much they expand the size of the distribution, perhaps we can swap to zstd to help mitigate. |
There's no clangd that is directly available, there is no cc_binary for it as far as I can see in the overlay from the llvm-project repo ... There is the ClangDaemon library though |
Ballpark estimate from the prebuilt version of macos aarch64:
|
Locally built including tidy and format :
Compared to the the same archive built without :
|
The best option would be to make them discovered according to what the pulled distribution provides as suggested both by David privately and by Fabian in this issue : bazel-contrib/toolchains_llvm#481 |
Uh oh!
There was an error while loading. Please reload this page.
With this commit bazel-contrib/toolchains_llvm@e831f94 this means they assume the distribution include those 3 tools which static-clang is not bringing right now.
This prevents from using a more recent version of toolchains_llvm without patches
The text was updated successfully, but these errors were encountered: