[all-commits] [llvm/llvm-project] cc3653: [DLCov] Origin-Tracking: Add config options (#143590)

Stephen Tozer via All-commits all-commits at lists.llvm.org
Fri Jun 13 04:54:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc365331af423de99ae98655d035e4892842fe97
      https://github.com/llvm/llvm-project/commit/cc365331af423de99ae98655d035e4892842fe97
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2025-06-13 (Fri, 13 Jun 2025)

  Changed paths:
    M llvm/CMakeLists.txt
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/docs/CMake.rst
    M llvm/include/llvm/Config/llvm-config.h.cmake

  Log Message:
  -----------
  [DLCov] Origin-Tracking: Add config options (#143590)

This patch is part of a series that adds origin-tracking to the debugify
source location coverage checks, allowing us to report symbolized stack
traces of the point where missing source locations appear.

This patch adds the configuration options needed to enable this feature,
in the form of a new CMake option that enables a flag in
`llvm-config.h`; this is not an entirely new CMake flag, but a new
option, `COVERAGE_AND_ORIGIN`, for the existing flag
`LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING`. This patch contains
documentation, but no actual implementation for the flag itself.



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