[llvm-branch-commits] [llvm] release/20.x: [llvm] Add CMake flag to compile out the telemetry framework (#124850) (PR #125555)
Jonas Devlieghere via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 3 15:09:45 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)
----------------
JDevlieghere wrote:
@nikic spotted it too. Fixed in 13ded6829bf7ca793795c50d47dd2b95482e5cfa.
https://github.com/llvm/llvm-project/pull/125555
More information about the llvm-branch-commits
mailing list