[all-commits] [llvm/llvm-project] 0892dd: [llvm] Add CMake flag to compile out the telemetry...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Feb 6 17:07:07 PST 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 0892dddc23c64bf2aab2c5ee1fc9f4dcd68771e0
      https://github.com/llvm/llvm-project/commit/0892dddc23c64bf2aab2c5ee1fc9f4dcd68771e0
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-02-06 (Thu, 06 Feb 2025)

  Changed paths:
    M llvm/CMakeLists.txt
    M llvm/lib/CMakeLists.txt
    M llvm/unittests/CMakeLists.txt

  Log Message:
  -----------
  [llvm] Add CMake flag to compile out the telemetry framework (#124850)

Add a CMake flag (LLVM_BUILD_TELEMETRY) to disable building the
telemetry framework. The flag being enabled does *not* mean that
telemetry is being collected, it merely means we're building the generic
telemetry framework. Hence the flag is enabled by default.

Motivated by this Discourse thread:
https://discourse.llvm.org/t/how-to-disable-building-llvm-clang-telemetry/84305

(cherry picked from commit bac62ee5b473e70981a6bd9759ec316315fca07d)


  Commit: 7fa1a3a398d510f0876af8908f213dd90bd9a07d
      https://github.com/llvm/llvm-project/commit/7fa1a3a398d510f0876af8908f213dd90bd9a07d
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-02-06 (Thu, 06 Feb 2025)

  Changed paths:
    M llvm/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Fix typo in docstring: telemtry -> telemetry (NFC)

Thanks Nikita for spotting it.

(cherry picked from commit 13ded6829bf7ca793795c50d47dd2b95482e5cfa)


Compare: https://github.com/llvm/llvm-project/compare/857d8d767ab2...7fa1a3a398d5

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