[lldb] [llvm] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)

Kevin Frei via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 10:28:33 PDT 2023


================
@@ -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


More information about the llvm-commits mailing list