ClangdLSPServer and clangd unittests now include Features.inc so we
need to append the target_gen_dir that contains it to their
include_dirs. To do so, we use a public config that's applied to
any target that depends on the features one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks like this doesn't build:
[1/1] Regenerating ninja files FAILED: build.ninja ../../llvm/utils/gn/bin/mac-amd64/gn --root=../.. -q --dotfile=../../llvm/utils/gn/.gn gen . ERROR Unresolved dependencies. //clang-tools-extra/clangd:clangd(//llvm/utils/gn/build/toolchain:unix) needs //clang-tools-extra/clangd/tool:features(//llvm/utils/gn/build/toolchain:unix)
llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn | ||
---|---|---|
22 ↗ | (On Diff #195983) | Ah, you didn't remove this line. Fixing; but please try your changes locally before landing :) |