[PATCH] D69866: [clang-tools-extra] [cmake] Add install target for clangd-indexer

2019-11-06 Thread Mike Pozulp via Phabricator via cfe-commits
mmpozulp abandoned this revision. mmpozulp added a comment. I'm switching to using the background index, so I no longer need to run clangd-indexer. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69866/new/ https://reviews.llvm.org/D69866 ___

[PATCH] D69866: [clang-tools-extra] [cmake] Add install target for clangd-indexer

2019-11-05 Thread Mike Pozulp via Phabricator via cfe-commits
mmpozulp created this revision. mmpozulp added reviewers: ilya-biryukov, mgorny. Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay. Herald added a project: clang. Currently if you run 'ninja && ninja install' clangd-indexer will build but it won't install. Thi