[all-commits] [llvm/llvm-project] aca254: [clang][DependencyScanning] Track modules that res...

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Thu Mar 13 23:32:27 PDT 2025


  Branch: refs/heads/users/cyndyishida/eng/PR-145776839-P1
  Home:   https://github.com/llvm/llvm-project
  Commit: aca254a154489fda68292f6d06a866ae7011a7f6
      https://github.com/llvm/llvm-project/commit/aca254a154489fda68292f6d06a866ae7011a7f6
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    A clang/test/ClangScanDeps/modules-in-sysroot.c
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp

  Log Message:
  -----------
  [clang][DependencyScanning] Track modules that resolve from sysroot.

That patch tracks whether all the file & module dependencies of a module
resolve to a sysroot location. This information will later be queried by
build systems for determining where to store the accompanying pcms.


  Commit: fd4abaa6c8097694fe1fad2510beb6b11653f01f
      https://github.com/llvm/llvm-project/commit/fd4abaa6c8097694fe1fad2510beb6b11653f01f
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

  Changed paths:
    M clang/test/ClangScanDeps/modules-in-sysroot.c

  Log Message:
  -----------
  Add explicit search paths into SDK as they aren't passed with non-darwin targets


  Commit: 032d7f84a0bf3647dba8633993ed1cbf1653b0bc
      https://github.com/llvm/llvm-project/commit/032d7f84a0bf3647dba8633993ed1cbf1653b0bc
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp

  Log Message:
  -----------
  Address review comments except for prebuilt module dependencies


Compare: https://github.com/llvm/llvm-project/compare/aca254a15448%5E...032d7f84a0bf

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list