llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Michał Górny (mgorny) <details> <summary>Changes</summary> Regression introduced in 39d6bb21804d21abe2fa0ec019919d72104827ac. --- Full diff: https://github.com/llvm/llvm-project/pull/187848.diff 1 Files Affected: - (modified) lldb/source/Plugins/SymbolLocator/SymStore/CMakeLists.txt (+3-1) ``````````diff diff --git a/lldb/source/Plugins/SymbolLocator/SymStore/CMakeLists.txt b/lldb/source/Plugins/SymbolLocator/SymStore/CMakeLists.txt index 775e0284cd8af..118b91f39cfe2 100644 --- a/lldb/source/Plugins/SymbolLocator/SymStore/CMakeLists.txt +++ b/lldb/source/Plugins/SymbolLocator/SymStore/CMakeLists.txt @@ -13,7 +13,9 @@ add_lldb_library(lldbPluginSymbolLocatorSymStore PLUGIN lldbCore lldbHost lldbSymbol - LLVMSupportHTTP + + LINK_COMPONENTS + SupportHTTP ) add_dependencies(lldbPluginSymbolLocatorSymStore `````````` </details> https://github.com/llvm/llvm-project/pull/187848 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
