[all-commits] [llvm/llvm-project] 4ede3b: Reland "[Support] Move HTTP client/server to new L...

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Thu Mar 12 00:14:24 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ede3b55cf3257dc6624eccbbfd03b13abab81b4
      https://github.com/llvm/llvm-project/commit/4ede3b55cf3257dc6624eccbbfd03b13abab81b4
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M lldb/source/Plugins/SymbolLocator/Debuginfod/CMakeLists.txt
    M lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp
    M llvm/include/llvm/Debuginfod/Debuginfod.h
    R llvm/include/llvm/Debuginfod/HTTPClient.h
    R llvm/include/llvm/Debuginfod/HTTPServer.h
    A llvm/include/llvm/Support/HTTP/HTTPClient.h
    A llvm/include/llvm/Support/HTTP/HTTPServer.h
    M llvm/lib/Debuginfod/CMakeLists.txt
    M llvm/lib/Debuginfod/Debuginfod.cpp
    R llvm/lib/Debuginfod/HTTPClient.cpp
    R llvm/lib/Debuginfod/HTTPServer.cpp
    M llvm/lib/Support/CMakeLists.txt
    A llvm/lib/Support/HTTP/CMakeLists.txt
    A llvm/lib/Support/HTTP/HTTPClient.cpp
    A llvm/lib/Support/HTTP/HTTPServer.cpp
    M llvm/tools/llvm-cov/CMakeLists.txt
    M llvm/tools/llvm-cov/CodeCoverage.cpp
    M llvm/tools/llvm-debuginfod-find/CMakeLists.txt
    M llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp
    M llvm/tools/llvm-debuginfod/CMakeLists.txt
    M llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp
    M llvm/tools/llvm-objdump/CMakeLists.txt
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-profdata/CMakeLists.txt
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/tools/llvm-symbolizer/CMakeLists.txt
    M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
    M llvm/unittests/Debuginfod/CMakeLists.txt
    M llvm/unittests/Debuginfod/DebuginfodTests.cpp
    R llvm/unittests/Debuginfod/HTTPServerTests.cpp
    M llvm/unittests/Support/CMakeLists.txt
    A llvm/unittests/Support/HTTP/CMakeLists.txt
    A llvm/unittests/Support/HTTP/HTTPServerTests.cpp

  Log Message:
  -----------
  Reland "[Support] Move HTTP client/server to new LLVMSupportHTTP lib (NFC)" (#185410)

Relocate HTTPClient and HTTPServer from the Debuginfod library to
llvm/Support/HTTP so they can be reused by other components.

---------

Relanding with fixes in CMakeLists.txt to account for dependency to new
LLVMSupportHTTP in tools.

---------

Co-authored-by: Alexandre Ganea <aganea at havenstudios.com>
Co-authored-by: Jonas Devlieghere <jonas at devlieghere.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list