aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-03-14 07:03:18 +0000
committerbloodstalker <thabogre@gmail.com>2019-03-14 07:03:18 +0000
commit1c7bcf8a4e843b2b254888996abbc08c64e97b05 (patch)
tree5b8e3cc5e4977ea2967c8a3bb66766b82daac359 /README.md
parentupdate (diff)
downloadcgrep-1c7bcf8a4e843b2b254888996abbc08c64e97b05.tar.gz
cgrep-1c7bcf8a4e843b2b254888996abbc08c64e97b05.zip
checked with trunk version 355787. if you use the trunk llvm-clang you build for everything like me, you might have to rebuild your compilation databases,otherwise cgrep breaks mysteriously...
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5aaa34c..9ca3f08 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ git submodule init
git submodule update
make
```
+`cgrep` supports LLVM 6,8, and for 9 the latest tested trunk version currently is:355787.<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.<br/>
## Usage