[all-commits] [llvm/llvm-project] 54b35c: [Support] [Debuginfod] Use libcurl imported library.
Noah Shutty via All-commits
all-commits at lists.llvm.org
Wed Dec 8 17:49:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54b35c09b2cd5e068a9b2f1df461045c732b2807
https://github.com/llvm/llvm-project/commit/54b35c09b2cd5e068a9b2f1df461045c732b2807
Author: Noah Shutty <shutty at google.com>
Date: 2021-12-09 (Thu, 09 Dec 2021)
Changed paths:
M llvm/lib/Debuginfod/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list