From c67ead9e779a7389a7480c00f00d5fae72f1622c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 16 Oct 2019 15:33:24 +0330 Subject: cgrep now supports llvm 5,6,7,8,9 and 10. the latest tested trunk is 374971 though now we build against 10s nightly builds on travis so my local trunk version is irrelevant but anyhoo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b556d29..d97f43e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ git submodule update make ``` If you have installed LLVM but don't have `llvm-config`, you are missing the dev package for LLVM.
-`cgrep` supports LLVM 5,6,8,9. For 10. the latest tested trunk version is:367652.
+`cgrep` supports LLVM 5,6,7,8 and 9. For 10. the latest tested trunk version is:374971.
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.0 LLVM_CONF=llvm-config-9.0 -- cgit v1.2.3