Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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