Skip to content

Commit

Permalink
Update llvm/clang/lld
Browse files Browse the repository at this point in the history
This implements the .arch_extension directive for aarch64, and fixes a
regression in the C++ ABI in the previous clang update.
  • Loading branch information
mstorsjo committed Jan 3, 2019
1 parent 5be98a5 commit 6d9eb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ fi
if [ -n "$SYNC" ] || [ -n "$CHECKOUT" ]; then
cd llvm
[ -z "$SYNC" ] || git fetch
git checkout d24b4c891222e942c146330b5bdeffb3b65d1084
git checkout 059c128e6ee93a3fd6e2ba11f207ada3d27af811
cd tools/clang
[ -z "$SYNC" ] || git fetch
git checkout b7d3d0f44d9f7c8602cd7f521a9ad586ceaf6f11
git checkout 4abdc59b18598c47000cdc8560a0dd575bc8197d
cd ../lld
[ -z "$SYNC" ] || git fetch
git checkout 003d6359bb268c7d2bdb0d8b712bfe9e345fb9ee
git checkout ed673fddf832ed44e04c7960d89e4b6a2d2afef0
cd ../../..
fi

Expand Down

0 comments on commit 6d9eb82

Please sign in to comment.