diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-04 11:53:00 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-04 11:53:00 +0000 |
commit | 022083c37c0c028a113300ebc46ccafa9671804e (patch) | |
tree | 5b3a49be6c2b1e347a6dcc846478760f04e93c2d /README.md | |
parent | fixed 2 assert problems and a null-pntr derefrence. added a field declaration... (diff) | |
download | mutator-022083c37c0c028a113300ebc46ccafa9671804e.tar.gz mutator-022083c37c0c028a113300ebc46ccafa9671804e.zip |
updated the latest tested build to 299357
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ All the as-of-yet implemented features of the project are very much buildable an #### Linux -To build the project, you need to have the LLVM libraries 4.0 and up built in Release mode. The project can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:292415.<br/> +To build the project, you need to have the LLVM libraries 4.0 or higher. The project can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:299357.<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/> |