[PATCH] D103377: [clangd] Add ability to change storage directory of index files

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 31 03:22:04 PDT 2021


kadircet added a comment.

> I mainly added this because I am doing profiling of indexing and needed a way for multiple instances of index files not to conflict with each other.

If this is solely for testing purposes, can't you make use of `--compile-commands-dir` instead? You'll also need to copy your compile_commands.json into that directory.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103377/new/

https://reviews.llvm.org/D103377



More information about the cfe-commits mailing list