aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-09-17 13:04:57 +0000
committerbloodstalker <thabogre@gmail.com>2017-09-17 13:04:57 +0000
commit076db612b006b398ef16a7ffb5a54d975ad51f7a (patch)
tree40f574ad74442ebf652383e0108c36f68402e493 /README.md
parentfixed some API changes from 6.0 (diff)
downloadmutator-076db612b006b398ef16a7ffb5a54d975ad51f7a.tar.gz
mutator-076db612b006b398ef16a7ffb5a54d975ad51f7a.zip
changed the latest tested trunk of llvm-clang to 312884
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 cb083fa..0421206 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ git submodule update
```
-To build the project, you need to have the LLVM libraries 4.0 or higher. mutator can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:307814.<br/>
+To build the project, you need to have the LLVM libraries 4.0 or higher. mutator can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:312884.<br/>
Here Are the build options:<br/>
* Running `make` will build the default target which is `all`. This will build all three executables, without support for coverage instrumentation.<br/>