| author | |
| committer | |
| log | 867e61e10b905cdd1559ed9364ed28decb17d328 |
| tree | 99e3af6f5cc9227d90137d4a273f21da0f908a57 |
| parent | bb98ffbe7fc8d21f48286432fe685312fd9b07cc |
Updates from LLVM release/17.x to 17.0.14 files changed, 3 insertions(+), 4 deletions(-)
.github/workflows/ci.yaml-1| ... | @@ -4,7 +4,6 @@ on: | ... | @@ -4,7 +4,6 @@ on: |
| 4 | push: | 4 | push: |
| 5 | branches: | 5 | branches: |
| 6 | - master | 6 | - master |
| 7 | - llvm17 | ||
| 8 | concurrency: | 7 | concurrency: |
| 9 | # Cancels pending runs when a PR gets updated. | 8 | # Cancels pending runs when a PR gets updated. |
| 10 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} | 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |
ci/aarch64-macos-debug.sh+1-1| ... | @@ -9,7 +9,7 @@ set -e | ... | @@ -9,7 +9,7 @@ set -e |
| 9 | ZIGDIR="$(pwd)" | 9 | ZIGDIR="$(pwd)" |
| 10 | TARGET="$ARCH-macos-none" | 10 | TARGET="$ARCH-macos-none" |
| 11 | MCPU="baseline" | 11 | MCPU="baseline" |
| 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.203+d3bc1cfc4" | 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.467+0345d7866" |
| 13 | PREFIX="$HOME/$CACHE_BASENAME" | 13 | PREFIX="$HOME/$CACHE_BASENAME" |
| 14 | ZIG="$PREFIX/bin/zig" | 14 | ZIG="$PREFIX/bin/zig" |
| 15 | 15 |
ci/aarch64-macos-release.sh+1-1| ... | @@ -9,7 +9,7 @@ set -e | ... | @@ -9,7 +9,7 @@ set -e |
| 9 | ZIGDIR="$(pwd)" | 9 | ZIGDIR="$(pwd)" |
| 10 | TARGET="$ARCH-macos-none" | 10 | TARGET="$ARCH-macos-none" |
| 11 | MCPU="baseline" | 11 | MCPU="baseline" |
| 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.203+d3bc1cfc4" | 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.467+0345d7866" |
| 13 | PREFIX="$HOME/$CACHE_BASENAME" | 13 | PREFIX="$HOME/$CACHE_BASENAME" |
| 14 | ZIG="$PREFIX/bin/zig" | 14 | ZIG="$PREFIX/bin/zig" |
| 15 | 15 |
ci/x86_64-macos-release.sh+1-1| ... | @@ -6,7 +6,7 @@ set -e | ... | @@ -6,7 +6,7 @@ set -e |
| 6 | ZIGDIR="$(pwd)" | 6 | ZIGDIR="$(pwd)" |
| 7 | TARGET="$ARCH-macos-none" | 7 | TARGET="$ARCH-macos-none" |
| 8 | MCPU="baseline" | 8 | MCPU="baseline" |
| 9 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.203+d3bc1cfc4" | 9 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.467+0345d7866" |
| 10 | PREFIX="$HOME/$CACHE_BASENAME" | 10 | PREFIX="$HOME/$CACHE_BASENAME" |
| 11 | JOBS="-j3" | 11 | JOBS="-j3" |
| 12 | 12 |