================
@@ -48,6 +48,7 @@ add_lldb_library(lldbSymbol NO_PLUGIN_DEPENDENCIES
     lldbHost
     lldbTarget
     lldbUtility
+    LLVMDebuginfod
----------------
kevinfrei wrote:

`LINK_COMPONENTS` gets added to targets all over the place. The library is only 
used in this particular target, and any target that uses it, so this seemed 
like the minimal change necessary to make it work. I'm happy to put it in 
`LINK_COMPONENTS` if that's the right way to do it. Can anyone want to chime in 
who understands the build system more deeply than me? (I'm new to the 
community, so I have no idea who should make the call)

https://github.com/llvm/llvm-project/pull/70996
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to