[Lldb-commits] [lldb] [lldb][telemetry] Implement LLDB Telemetry (part 1) (PR #119716)

Vy Nguyen via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 4 12:20:51 PST 2025


================
@@ -108,6 +108,9 @@ endfunction(add_lldb_test_dependency)
 add_lldb_test_dependency(lldb)
 add_lldb_test_dependency(lldb-test)
 
+# Enable Telemetry for testing.
+target_compile_definitions(lldb PRIVATE -DTEST_TELEMETRY)
+
----------------
oontvoo wrote:

done (removed the macro)

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


More information about the lldb-commits mailing list