[llvm] [llvm] Add CMake flag to compile out the telemetry framework (PR #124850)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 11:38:58 PST 2025
================
@@ -829,6 +829,7 @@ option (LLVM_ENABLE_DOXYGEN "Use doxygen to generate llvm API documentation." OF
option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
+option (LLVM_BUILD_TELEMETRY "Build the telemtry library. This does not enable telemetry." ON)
----------------
nikic wrote:
telemtry -> telemetry :)
https://github.com/llvm/llvm-project/pull/124850
More information about the llvm-commits
mailing list