[Lldb-commits] [lldb] [llvm] [llvm] Move libSupportHTTP to top-level libHTTP (NFC) (PR #191202)
Nikita Popov via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 9 13:26:41 PDT 2026
================
@@ -14,6 +13,7 @@ add_llvm_tool(llvm-debuginfod-find
DebugInfodFindOptsTableGen
GENERATE_DRIVER
)
+target_link_libraries(llvm-debuginfod-find PRIVATE LLVMHTTP)
----------------
nikic wrote:
Should this be in the same conditional as LLVMDebuginfod?
https://github.com/llvm/llvm-project/pull/191202
More information about the lldb-commits
mailing list