Skip to content

Commit

Permalink
Update clang
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored and wesm committed Feb 6, 2019
1 parent e155fad commit 93aadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/manylinux1/scripts/build_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

source /multibuild/manylinux_utils.sh

export LLVM_VERSION="6.0.0"
export LLVM_VERSION="7.0.1"
curl -sL http://releases.llvm.org/${LLVM_VERSION}/cfe-${LLVM_VERSION}.src.tar.xz -o cfe-${LLVM_VERSION}.src.tar.xz
unxz cfe-${LLVM_VERSION}.src.tar.xz
tar xf cfe-${LLVM_VERSION}.src.tar
Expand Down

0 comments on commit 93aadd7

Please sign in to comment.