[lldb] Fix linking liblldb in a dylib build after 39d6bb21804d21ab Referencing libSupportHTTP under LINK_LIBS of add_lldb_library() pulls in the static archive even in a build configuration with LLVM_LINK_LLVM_DYLIB=On, where libSupportHTTP is part of libLLVM. This patch moves it to LINK_COMPONENTS to fix the issue. This is the same fix as in 036429881f8d3037894042c6268b2a94eac8c950, applied on another library. GitOrigin-RevId: 3b9106149c6867494049d7af4958eebeec5e2393