[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:45 PST 2025
    
    
  
================
@@ -0,0 +1,13 @@
+if (LLVM_BUILD_TELEMETRY)
+  add_lldb_library(lldbPluginTelemetryFakePlugin PLUGIN
+                   FakePlugin.cpp
+
+  LINK_LIBS
+    lldbCore
+    lldbUtility
+    lldbPluginProcessUtility
+  LINK_COMPONENTS
+    Support
+    Telemetry                   
+  )
----------------
oontvoo wrote:
done
https://github.com/llvm/llvm-project/pull/126588
    
    
More information about the lldb-commits
mailing list