This matches the conventional location of cmake build directories.
It also allows creating a build symlink, which seems more flexible than the
compile_commands.json symlinks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
sorry this fell of my radar. LGTM.
As discussed offline i am a little bit worried about regressing the case when there's a build in a subdirectory, and a (merged) compilation database of some sort in a parent directory. But I suppose this is a rare-ish use case.
now I can delete my symlink :)