llvm-capstone/llvm/cmake
Joseph Huber b689b4fe55
[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)
Summary:
This patch is an attempt to make the `find_package(FFI)` support in LLVM
prefer to provide the static library version if present. This is
currently
an optional library for building `libffi`, and its presence implies that
it should likely be used. This patch is an attempt to fix some problems
observed with testing programs linked against `libffi` on many different
systems that could have conflicting paths. Linking it statically
prevents this.

This patch adds the `ffi_static` target for this library.
2024-01-22 07:27:06 -06:00
..
modules [LLVM][CMake] Add ffi_static target for the FFI static library (#78779) 2024-01-22 07:27:06 -06:00
platforms
config-ix.cmake [cmake,Apple] Check ld-classic when looking for ld64. (#77136) 2024-01-05 22:13:25 +00:00
config.guess [cmake] Add SerenityOS to config.guess 2023-11-02 06:15:43 -04:00
dummy.cpp
nsis_icon.ico
nsis_logo.bmp
README
unwind.h

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