aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-16 12:03:24 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-16 12:03:24 +0000
commitc67ead9e779a7389a7480c00f00d5fae72f1622c (patch)
tree5f4419a5da6e04bf4674d8e7092a2c205bf88dfe /README.md
parentadded llvm7 build to travis matrix (diff)
downloadcgrep-c67ead9e779a7389a7480c00f00d5fae72f1622c.tar.gz
cgrep-c67ead9e779a7389a7480c00f00d5fae72f1622c.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.<br/>
-`cgrep` supports LLVM 5,6,8,9. For 10. the latest tested trunk version is:367652.<br/>
+`cgrep` supports LLVM 5,6,7,8 and 9. For 10. the latest tested trunk version is:374971.<br/>
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:<br/>
```bash
make CXX=clang-9.0 LLVM_CONF=llvm-config-9.0