llvm-project/llvm/lib/Debuginfod
Noah Shutty 54b35c09b2 [Support] [Debuginfod] Use libcurl imported library.
A [[ https://lists.llvm.org/pipermail/llvm-dev/2021-December/154203.html | report on llvm-dev ]] indicated that `curl.h` could be found during build configuration but not during compilation. This diff uses the libcurl imported library created by findcurl, so that includes and libs are automatically managed correctly by cmake.

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D115189
2021-12-09 01:35:01 +00:00
..
CMakeLists.txt [Support] [Debuginfod] Use libcurl imported library. 2021-12-09 01:35:01 +00:00
Debuginfod.cpp [Support] [Debuginfod] Move HTTPClient to Debuginfod library. 2021-12-07 01:19:21 +00:00
HTTPClient.cpp [Support] [Debuginfod] Move HTTPClient to Debuginfod library. 2021-12-07 01:19:21 +00:00