Skip to content

Commit

Permalink
Update LLVM toolchain to 9.0.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert authored Feb 23, 2020
1 parent e1e283b commit 88f0611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The rough steps used to achieve the above goals:
The version of crosstool-ng used is 1.24.0
The version of the GCC compiler built by crosstool-ng is 8.3.0
The version of the libc library built by crosstool-ng is 2.12.2
The version of LLVM/Clang built by the script is 8.0.1
The version of LLVM/Clang built by the script is 9.0.1
The version of the zlib library built by the script is 1.2.11

Among other, the toolchain LLVM/Clang includes the clang static analyzer, scan-build, clang-format, clang-tidy.
Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ZLIB_VER="1.2.11"
ZLIB_URL="https://zlib.net/zlib-${ZLIB_VER}.tar.gz"
ZLIB_SHA="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1"

LLVM_VERSION="8.0.1"
LLVM_VERSION="9.0.1"
GCC_VERSION="8.3.0" # Notice: this has to match the same version that has been configured in crosstool-ng-config

PARALLEL_JOBS=$(( $(nproc)+1 ))
Expand Down

0 comments on commit 88f0611

Please sign in to comment.