[all-commits] [llvm/llvm-project] fc4d87: Define -DLLVM_BUILD_TELEMETRY to be used in ifdef ...

Vy Nguyen via All-commits all-commits at lists.llvm.org
Wed Feb 12 06:34:15 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc4d87100a01f08dbdf78b68e1a6a5c2584d840d
      https://github.com/llvm/llvm-project/commit/fc4d87100a01f08dbdf78b68e1a6a5c2584d840d
  Author: Vy Nguyen <vyng at google.com>
  Date:   2025-02-12 (Wed, 12 Feb 2025)

  Changed paths:
    M lldb/source/Core/CMakeLists.txt
    M lldb/source/Core/Telemetry.cpp
    M llvm/include/llvm/Config/llvm-config.h.cmake

  Log Message:
  -----------
  Define -DLLVM_BUILD_TELEMETRY to be used in ifdef  (#126746)

Background: 

Telemetry code isn't always built (controlled by this
LLVM_BUILD_TELEMETRY cmake flag)
This means users of the library may not have the library. So we're
definding the `-DLLVM_BUILD_TELEMETRY` to be used in ifdef.



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