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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to