This is an archive of the discontinued LLVM Phabricator instance.

[clang-tools-extra] [cmake] Add install target for clangd-indexer
AbandonedPublic

Authored by mmpozulp on Nov 5 2019, 12:22 PM.

Details

Summary

Currently if you run 'ninja && ninja install' clangd-indexer will
build but it won't install. This patch makes it install.

Event Timeline

mmpozulp created this revision.Nov 5 2019, 12:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2019, 12:22 PM
mmpozulp abandoned this revision.Nov 6 2019, 10:24 AM

I'm switching to using the background index, so I no longer need to run clangd-indexer.