From 306f5eac62f777ba5817751421bf9d745ae31602 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 21 Jan 2017 00:15:17 +0330 Subject: fixed and updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa84601..60a3fdd 100644 --- a/README.md +++ b/README.md @@ -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.
+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.
Here Are the build options:
* Running `make` will build the default target which is `all`. This will build all three executables, without support for coverage instrumentation.
* 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`.
-- cgit v1.2.3