[all-commits] [llvm/llvm-project] 34f143: [clang][deps] NFC: Don't collect PCH input files

Jan Svoboda via All-commits all-commits at lists.llvm.org
Wed Apr 5 12:29:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34f143988f3f18dcca6d26a7a9817d8523300440
      https://github.com/llvm/llvm-project/commit/34f143988f3f18dcca6d26a7a9817d8523300440
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Don't collect PCH input files

Since b4c83a13, PCH input files are no longer necessary.


  Commit: 65c0134872c1e298ade176b5c84d86b4a058a85c
      https://github.com/llvm/llvm-project/commit/65c0134872c1e298ade176b5c84d86b4a058a85c
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

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

  Log Message:
  -----------
  [clang][deps] NFC: Make PCH test more debuggable

Overwriting CDB files made it difficult to debug earlier clang-scan-deps invocations. This commit creates separate files for each.


Compare: https://github.com/llvm/llvm-project/compare/918437389f41...65c0134872c1


More information about the All-commits mailing list