[Lldb-commits] [lldb] [llvm] [llvm][telemetry]Change Telemetry-disabling mechanism. (PR #128534)

Vy Nguyen via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 25 07:27:21 PST 2025


================
@@ -202,6 +202,10 @@
 #cmakedefine LLVM_HAS_LOGF128
 
 /* Define if building LLVM with LLVM_BUILD_TELEMETRY */
+/* DEPRECATED - use LLVM_ENABLE_TELEMETRY */
----------------
oontvoo wrote:

@rupprecht Hi, do you know if there's any other place (bazel builds?) that need updating? Or can I just remove the flag directly w/o deprecating it? Thanks!

https://github.com/llvm/llvm-project/pull/128534


More information about the lldb-commits mailing list