Skip to content

Commit

Permalink
Bump llvm -> 9.0.0 (fixes arm builds) (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrosson committed Jan 29, 2020
1 parent 2a58835 commit 02c528c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/wasm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if [ $ARCH == "aarch64" -o $ARCH == "armv71" ] ; then
apt-get install -y --no-install-recommends build-essential subversion ninja-build cmake
mkdir -p /scratch/src
cd /scratch/src
svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_800/final/ llvm
svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_900/final/ llvm
cd /scratch/src/llvm/tools
svn co http://llvm.org/svn/llvm-project/lld/tags/RELEASE_800/final/ lld
svn co http://llvm.org/svn/llvm-project/lld/tags/RELEASE_900/final/ lld
mkdir -p /scratch/build/arm
cd /scratch/build/arm
if [ "$ARCH" == "aarch64" ] ; then
Expand Down

0 comments on commit 02c528c

Please sign in to comment.