[all-commits] [llvm/llvm-project] 242996: [Clang][DLCov][NFCish] Fix debugloc coverage track...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Wed Jul 2 07:58:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 242996efee4aaa30dd0ddb4359675b8bc103294a
      https://github.com/llvm/llvm-project/commit/242996efee4aaa30dd0ddb4359675b8bc103294a
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp

  Log Message:
  -----------
  [Clang][DLCov][NFCish] Fix debugloc coverage tracking macro in Clang (#146521)

In a previous commit, the llvm-config-defined macro
LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING was renamed to
LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE. One instance of this in Clang
remains unchanged; this patch renames it, and adds an explicit
llvm-config inclusion to ensure the define doesn't silently get removed.

NFC outside of coverage tracking builds, which we do not currently test.



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