llvm-capstone/llvm/cmake
Steven Wu cae76582b0 [CMake] Update FindGPRC to use add_llvm_library
add_clang_library is not available in components other than clang and
clang-tool-extras. Trying to use this module elsewhere will cause cmake
error. `add_clang_library` doesn't seem necessary for clangd's GRPC.
Change it to a more generic `add_llvm_library` so it is easier to build
other downstream projects with GRPC that doesn't depend on clang.

Reviewed By: akyrtzi

Differential Revision: https://reviews.llvm.org/D131593
2022-08-15 08:54:15 -07:00
..
modules [CMake] Update FindGPRC to use add_llvm_library 2022-08-15 08:54:15 -07:00
platforms [cmake] Fix ms-compat version in WinMsvc.cmake 2022-08-09 11:13:49 +02:00
config-ix.cmake [cmake] Support native LoongArch builds 2022-08-01 15:10:24 +08:00
config.guess [cmake] Add LoongArch to config.guess 2022-08-01 15:05:34 +08:00
dummy.cpp
nsis_icon.ico
nsis_logo.bmp
README
unwind.h [ExecutionEngine] Check for libunwind before calling __register_frame 2021-08-15 13:35:53 +01:00

See docs/CMake.html for instructions on how to build LLVM with CMake.