aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-01-22 22:22:39 +0000
committerbloodstalker <thabogre@gmail.com>2018-01-22 22:22:39 +0000
commit0e63c73b593b5792fb4f96e8fb1255181b523bd2 (patch)
tree312729a7bc76b01d57c1114c8933730fcc1e7ec9 /README.md
parentfixed some issues with the way bruiser handled integers, added some initial t... (diff)
downloadmutator-0e63c73b593b5792fb4f96e8fb1255181b523bd2.tar.gz
mutator-0e63c73b593b5792fb4f96e8fb1255181b523bd2.zip
some tests for the ffi funcitonality on bruiuser
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 23db6f7..2581244 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 4.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: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/>