[Lldb-commits] [lldb] Define Telemetry plugin for LLDB. (PR #126588)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 06:28:39 PST 2025
================
@@ -79,3 +79,7 @@ add_subdirectory(ValueObject)
if(LLDB_CAN_USE_DEBUGSERVER AND LLDB_TOOL_DEBUGSERVER_BUILD AND NOT LLDB_USE_SYSTEM_DEBUGSERVER)
add_subdirectory(debugserver)
endif()
+
+if(LLVM_BUILD_TELEMETRY)
+ add_subdirectory(telemetry)
+endif()
----------------
oontvoo wrote:
done
https://github.com/llvm/llvm-project/pull/126588
More information about the lldb-commits
mailing list