diff options
author | bloodstalker <thabogre@gmail.com> | 2019-03-19 08:27:32 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-03-19 08:27:32 +0000 |
commit | 1c4d3e1e6409c2c9967b670044ec4ba9f39312c6 (patch) | |
tree | 93704f802414779c5c83e5d23c4a61a5660b8cd9 /README.md | |
parent | updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen scrip... (diff) | |
download | mutator-1c4d3e1e6409c2c9967b670044ec4ba9f39312c6.tar.gz mutator-1c4d3e1e6409c2c9967b670044ec4ba9f39312c6.zip |
added llvm 9 support in the readme. as a general tip for bruiser, generally do run git pull on faultreiber and tabolegen before trying a new build[travis skip]
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ Currently there is only the master branch which is the dev branch. All the as-of ### Building #### Requirements -* `LLVM/Clang` 5.0, 6.0 or 8.0(we will skip 7.0). For 8.0, the latest tested trunk version is 355787.<br/> +* `LLVM/Clang` 5.0, 6.0 or 8.0(we skip 7.0). For 9.0, the latest tested trunk version is 355787.<br/> * `libffi`<br/> * `libcapstone`<br/> * `libkeystone`<br/> |