Fix static LLVM linking (#225)

This commit is contained in:
Bartek Kryza
2024-01-28 20:02:29 +01:00
parent 875bf16621
commit 6226b31ea4
3 changed files with 16 additions and 12 deletions

View File

@@ -84,6 +84,8 @@ LLVM_CONFIG_PATH=/usr/bin/llvm-config-16 make release
# or directly specify the path where LLVMConfig.cmake can be found on your system, e.g.:
CMAKE_PREFIX=/usr/lib/llvm-16/lib/cmake/llvm make release
# By default clang-uml is linked against shared LLVM libraries, this can be changed using:
LLVM_SHARED=OFF LLVM_VERSION=16 make release
# Optionally, to install in default prefix
make install