[all-commits] [llvm/llvm-project] bac62e: [llvm] Add CMake flag to compile out the telemetry...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 3 10:35:36 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bac62ee5b473e70981a6bd9759ec316315fca07d
https://github.com/llvm/llvm-project/commit/bac62ee5b473e70981a6bd9759ec316315fca07d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-02-03 (Mon, 03 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
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