clang tools require clang headers to work on real project, e.g. when we
build clangd via ninja clangd, we expect the binary can run on
real-world project (without running another command ninja clang-headers).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
> when we build clangd via ninja clangd, we expect the binary can run on real-world project
FWIW, I don't particularly have this expectation - I expect to be able to run the tests, and install the built binary.
But in practice this doesn't seem to slow things down much.