Skip to content

Commit

Permalink
Updated documentation to refer to LLVM 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimir committed Aug 14, 2020
1 parent c04b2ff commit f81c590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ CORRAL_VERSION=1.0.12
SYMBOOGLIX_COMMIT=ccb2e7f2b3
LOCKPWN_COMMIT=12ba58f1ec
LLVM_SHORT_VERSION=9
LLVM_FULL_VERSION=9.0.0
LLVM_FULL_VERSION=9.0.1
RUST_VERSION=2020-05-21
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ to Docker's official documentation.

SMACK depends on the following projects:

* [LLVM][] version [8.0.1][LLVM-8.0.1]
* [Clang][] version [8.0.1][Clang-8.0.1]
* [LLVM][] version [9.0.1][LLVM-9.0.1]
* [Clang][] version [9.0.1][Clang-9.0.1]
* [Boost][] version 1.55 or greater
* [Python][] version 3.6.8 or greater
* [Ninja][] version 1.5.1 or greater
Expand Down Expand Up @@ -210,9 +210,9 @@ shell in the `test` directory by executing
[CMake]: http://www.cmake.org
[Python]: http://www.python.org
[LLVM]: http://llvm.org
[LLVM-8.0.1]: http://llvm.org/releases/download.html#8.0.1
[LLVM-9.0.1]: http://llvm.org/releases/download.html#9.0.1
[Clang]: http://clang.llvm.org
[Clang-8.0.1]: http://llvm.org/releases/download.html#8.0.1
[Clang-9.0.1]: http://llvm.org/releases/download.html#9.0.1
[Boogie]: https://github.com/boogie-org/boogie
[Corral]: https://github.com/boogie-org/corral
[Z3]: https://github.com/Z3Prover/z3/
Expand Down

0 comments on commit f81c590

Please sign in to comment.