Added CMake option to build using specific llvm version

This commit is contained in:
Bartek Kryza
2022-02-12 19:08:07 +01:00
parent b11396cbf3
commit 47554060f4
4 changed files with 36 additions and 8 deletions

View File

@@ -42,6 +42,9 @@ make submodules
make release
release/clang-uml --help
# To build using a specific installed version of LLVM use:
LLVM_CONFIG_PATH=/usr/bin/llvm-config-13 make release
# Optionally
make install
# or