[PATCH] D63194: [clangd] Link in target infos and pass target and mode while invoking driver
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 05:05:55 PDT 2019
kadircet added a comment.
In D63194#1553649 <https://reviews.llvm.org/D63194#1553649>, @ilya-biryukov wrote:
> The only suggestion from me would be maybe try moving this to a layer that would also make also benefit other compilation-db-based things like `clang-tidy`, etc?
> Any ideas on how to do this? Would this potentially break anything?
I've made it a wrapper for JSON-based compilation database(as inferring cdb does), there were no breakages in tests.
Hopefully all clang-based tools can benefit from it by linking in target infos and enabling them at startup.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63194/new/
https://reviews.llvm.org/D63194
More information about the cfe-commits
mailing list