[clang] [clang][modules-driver] Add dependency scan and dependency graph (PR #152770)

Michael Spencer via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 1 16:02:28 PDT 2025


================
@@ -99,5 +100,6 @@ add_clang_library(clangDriver
   LINK_LIBS
   clangBasic
   clangLex
+  clangDependencyScanning
----------------
Bigcheese wrote:

[This change](https://github.com/llvm/llvm-project/pull/161300) would likely conflict with changing `scanDependecnies`, so I'd do it after that lands.

https://github.com/llvm/llvm-project/pull/152770


More information about the cfe-commits mailing list