From e0b8e036423c4b66c3f7ff88016c6db950e22c86 Mon Sep 17 00:00:00 2001 From: Frances Wingerter Date: Tue, 4 Feb 2025 16:06:53 -0500 Subject: [PATCH] ci: use tweaked x18 tagging logic --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b541d11d..14669025e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: path: | llvm-project/build/bin llvm-project/build/lib/clang - key: ${{ runner.os }}-clang-2 + key: ${{ runner.os }}-clang-fw/tweak-tagging - name: Cache built runtime libraries id: cache-rtlibs uses: actions/cache@v4 @@ -137,7 +137,7 @@ jobs: uses: actions/checkout@v4 with: repository: immunant/llvm-project - ref: fw/instrument-llvm-ir + ref: fw/tweak-tagging path: ${{ github.workspace }}/llvm-project - name: Build Clang if: steps.cache-clang.outputs.cache-hit != 'true'