From 775e6d786fa19e9b384a3e3b22bc07cb3afc19b5 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 24 Oct 2021 06:38:08 +0330 Subject: [ci skip] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfb629..b27bf7f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ make After the build is finished you can choose to run `make install`. It will simply symlink cgrep into `/usr/local/bin`. If you have installed LLVM but don't have `llvm-config`, you are missing the dev package for LLVM.
-`cgrep` supports LLVM 5,6,7,8,9,10, 11, 12 and 13.
+`cgrep` supports LLVM 7,8,9,10,11,12,13 and 14.
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: ```bash make CXX=clang-9 LLVM_CONF=llvm-config-9 -- cgit v1.2.3