[PATCH] D75665: [analyzer] On-demand parsing capability for CTU

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 03:43:01 PDT 2020


thakis added inline comments.


================
Comment at: clang/lib/CrossTU/CMakeLists.txt:13
   clangIndex
+  clangTooling
+  clangSerialization
----------------
We've been very careful to make clang (the compiler binary) only depend on clangToolingCore and not on the much bigger clangTooling library. Since clang depends on the CrossTU library, this breaks that. Can you reorganize things so that we don't need a dependency from clang-the-compiler-binary on clangTooling?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75665





More information about the cfe-commits mailing list