diff --git a/INSTALL.md b/INSTALL.md index 176ea9bbe1..a25f1dfa2a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -642,7 +642,7 @@ Options for a custom LLVM install path, or to select a specific version if you have multiple LLVM installations: ```sh -D LLVM_ROOT_DIR="_path to llvm install root_" - -D LLVM_FIND_VERSION="3.6.0" + -D LLVM_FIND_VERSION="8.0.1" ``` ### `libcurl` @@ -688,8 +688,7 @@ ClamAV has two bytecode runtimes: execution should be faster. Not all scans will run bytecode signatures, so performance testing will depend heavily depending on what files are tested. - We ran out of time in 0.104 development to update to support newer versions - of LLVM. LLVM 3.6.2 is the newest version supported in ClamAV 0.104. + We can work with LLVM 8.0 to 13.x. #### Interpreter Bytecode Runtime @@ -704,7 +703,7 @@ cmake .. -D BYTECODE_RUNTIME="interpreter" If you wish to build using LLVM JIT for the bytecode runtime instead of the bytecode interpreter, you will need to install the LLVM development libraries. -ClamAV currently supports LLVM versions 8.0 through 12.0. +ClamAV currently supports LLVM versions 8.0 through 13.x. To build with LLVM for the bytecode runtime, build with this option: ```sh