Skip to content

Commit 775e6d7

Browse files
[ci skip] updated README
1 parent e52a9cc commit 775e6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make
6969
After the build is finished you can choose to run `make install`. It will simply symlink cgrep into `/usr/local/bin`.
7070

7171
If you have installed LLVM but don't have `llvm-config`, you are missing the dev package for LLVM.<br/>
72-
`cgrep` supports LLVM 5,6,7,8,9,10, 11, 12 and 13.<br/>
72+
`cgrep` supports LLVM 7,8,9,10,11,12,13 and 14.<br/>
7373
The makefile assumes clang is called `clang` and llvm-config is called `llvm-config`. On some distros, the names might not be the same. In those cases use `CXX` and `LLVM_CONF` to pass the values to the makefile like so:
7474
```bash
7575
make CXX=clang-9 LLVM_CONF=llvm-config-9

0 commit comments

Comments
 (0)