aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Archive.cpp
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2023-04-21 22:34:11 +0000
committerPetr Hosek <phosek@google.com>2023-04-21 22:34:11 +0000
commit7d89e6c1c0a01c959beddab643e39d2bc4c2c97d (patch)
tree06d572dcecc8970451ec3c0c77f9bcdca73d4335 /llvm/lib/Object/Archive.cpp
parent7d3f341e2d7531e586a1800d55b5486c066088b8 (diff)
downloadllvm-7d89e6c1c0a01c959beddab643e39d2bc4c2c97d.zip
llvm-7d89e6c1c0a01c959beddab643e39d2bc4c2c97d.tar.gz
llvm-7d89e6c1c0a01c959beddab643e39d2bc4c2c97d.tar.bz2
[CMake] Add missing find_package for LibEdit
After building and installing LLVM with LibEdit as a dependency, it is necessary to find it again when LLVM is consumed by another CMake project, otherwise CMake will report an error about a missing target. Note that the FindLibEdit.cmake file is in the "LLVM Common CMake Utils" directory, outside of the LLVM sub-project source directory, so the installed LLVMConfig.cmake relies on the user having installed the LLVM common CMake modules or make available their own Find module. Also note that the controlling HAVE_LIBEDIT CMake variable in LLVMConfig.cmake.in has a different naming convention compared to other similar variables like 'LLVM_ENABLE_TERMINFO'. Refactoring this name would involve touching additional files and should be a follow-up commit. Patch By: ekilmer Differential Revision: https://reviews.llvm.org/D147153
Diffstat (limited to 'llvm/lib/Object/Archive.cpp')
0 files changed, 0 insertions, 0 deletions