[all-commits] [llvm/llvm-project] 758bca: [clang][deps] Remove -coverage-data-file and -cove...

Ben Langmuir via All-commits all-commits at lists.llvm.org
Fri Mar 31 09:50:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 758bca6483853a743297b68bd88a5dba9d5247f2
      https://github.com/llvm/llvm-project/commit/758bca6483853a743297b68bd88a5dba9d5247f2
  Author: Ben Langmuir <blangmuir at apple.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    M clang/test/ClangScanDeps/Inputs/removed-args/cdb.json.template
    M clang/test/ClangScanDeps/removed-args.c

  Log Message:
  -----------
  [clang][deps] Remove -coverage-data-file and -coverage-notes-file from modules

When not performing codegen, we can strip the coverage-data-file and
coverage-notes-file options to improve canonicalization.

rdar://107443796

Differential Revision: https://reviews.llvm.org/D147282




More information about the All-commits mailing list