Skip to content

Commit

Permalink
Merge pull request #1318 from Artoria2e5/patch-1
Browse files Browse the repository at this point in the history
INSTALL.md: change LLVM description
  • Loading branch information
micahsnyder authored Jul 26, 2024
2 parents 55a526d + 333ac26 commit 0d4075e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0d4075e

Please sign in to comment.