aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-02-01 09:46:07 +0000
committerbloodstalker <thabogre@gmail.com>2018-02-01 09:46:07 +0000
commit8f0f9ac6910dc5a2402bfe6eceeefda89f0bd592 (patch)
treec4e8916788b9626b3c77502ac5410591ef8bf6dc /README.md
parentupdate (diff)
downloadmutator-8f0f9ac6910dc5a2402bfe6eceeefda89f0bd592.tar.gz
mutator-8f0f9ac6910dc5a2402bfe6eceeefda89f0bd592.zip
update [ci skip]
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 2581244..fbacebd 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ git submodule update
```
-To build the project, you need to have the LLVM libraries 5.0 or higher. mutator can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:312884.<br/>
+To build the project, you need to have the LLVM libraries 5.0 or higher. mutator can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:323883.<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/>