diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-01-04 10:48:30 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-05 14:41:30 +0000 |
commit | d4cb736c310b290f5068fc822c3495022dd8718b (patch) | |
tree | 4f7393ff8d4f28a47b0f337e1b23083bf2bc10e6 /util/crossgcc/buildgcc | |
parent | 2822d66238d9d616863f977b15022cf8c7f50658 (diff) |
crossgcc: Update LLVM to 7.0.1
Change-Id: I7d88f0c36a254d8b2e3e76f632f46f0d2a4ad6f8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 376e0fc92a..892b7bffe6 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -58,7 +58,7 @@ IASL_VERSION=20181213 PYTHON_VERSION=3.7.0 EXPAT_VERSION=2.2.6 # CLANG version number -CLANG_VERSION=7.0.0 +CLANG_VERSION=7.0.1 MAKE_VERSION=4.2.1 CMAKE_VERSION=3.11.3 |