diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-26 05:09:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 20:09:28 -0800 |
commit | 3c9f34c12450345c6eb524e47cf79664271e4260 (patch) | |
tree | 58ffbaa31791fc4da714e3427546d4bb3d3730ed /llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp | |
parent | eeddfec8c9dc91e3d723a3d8ec3fb108972e031d (diff) | |
download | llvm-3c9f34c12450345c6eb524e47cf79664271e4260.zip llvm-3c9f34c12450345c6eb524e47cf79664271e4260.tar.gz llvm-3c9f34c12450345c6eb524e47cf79664271e4260.tar.bz2 |
[llvm] [cmake] Include httplib in LLVMConfig.cmake (#79305)
Include LLVM_ENABLE_HTTPLIB along with httplib package finding in
LLVMConfig.cmake, as this dependency is needed by LLVMDebuginfod that is
now used by LLDB. Without it, building LLDB standalone fails with:
```
CMake Error at /usr/lib/llvm/19/lib64/cmake/llvm/LLVMExports.cmake:90 (set_target_properties):
The link interface of target "LLVMDebuginfod" contains:
httplib::httplib
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/usr/lib/llvm/19/lib64/cmake/llvm/LLVMConfig.cmake:357 (include)
cmake/modules/LLDBStandalone.cmake:9 (find_package)
CMakeLists.txt:34 (include)
```
Diffstat (limited to 'llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions