diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-20 20:45:17 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-20 20:45:17 +0000 | 
| commit | 306f5eac62f777ba5817751421bf9d745ae31602 (patch) | |
| tree | ccd779b19bb7e1b56f5ae7ed27d46ef9c20cdf6f | |
| parent | re-implementing 5.1-5.7 (diff) | |
| download | mutator-306f5eac62f777ba5817751421bf9d745ae31602.tar.gz mutator-306f5eac62f777ba5817751421bf9d745ae31602.zip | |
fixed and updated
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -78,7 +78,7 @@ All the as-of-yet implemented features of the project are very much buildable an  ##Building and Running  ###Building -To build the project, you need to have the LLVM libraries 3.9 and up. The project can not be built with LLVM 3.8 or lower.<br/> +To build the project, you need to have the LLVM libraries 4.0 and up. The project can not be built with LLVM 3.8 or lower. The latest tested is LLVM trunk:292415.<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/>  * Running `make target-name` will only build the target. So for example, if you are only interested in building the Misra-C rule checker you can run `make mutator-lvl0`.<br/> | 
