[all-commits] [llvm/llvm-project] 518570: [CMake] Don't exclude llvm-debuginfod if httplib i...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Jul 14 12:29:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51857058ffa48265a8350fac574c88c0aa0d46f2
      https://github.com/llvm/llvm-project/commit/51857058ffa48265a8350fac574c88c0aa0d46f2
  Author: Petr Hosek <phosek at google.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M llvm/include/llvm/Debuginfod/HTTPServer.h
    M llvm/lib/Debuginfod/HTTPServer.cpp
    M llvm/tools/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Don't exclude llvm-debuginfod if httplib isn't available

This will result in a tool that's not usable, but it'll still link
correctly rather than failing with a CMake error. This matches what
we do for other tools that have dependencies such as llvm-mt.

Differential Revision: https://reviews.llvm.org/D155323




More information about the All-commits mailing list