From 13f4c273976465195c5af1f9c30eb0190d4cef5e Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Fri, 10 Jan 2025 14:15:00 +0100 Subject: [PATCH] Bump LLVM --- .github/workflows/ci-unix-static-sanitized.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unix-static-sanitized.yml b/.github/workflows/ci-unix-static-sanitized.yml index 294aa44877..a8edba3881 100644 --- a/.github/workflows/ci-unix-static-sanitized.yml +++ b/.github/workflows/ci-unix-static-sanitized.yml @@ -52,7 +52,7 @@ jobs: if: ${{ matrix.sanitizer == 'memory' }} run: | # clone LLVM - git clone --depth=1 --branch llvmorg-18.1.8 https://github.com/llvm/llvm-project + git clone --depth=1 --branch llvmorg-19.1.6 https://github.com/llvm/llvm-project # configure cmake cmake -G Ninja -S llvm-project/runtimes -B llvm-project/msan_out \ -DCMAKE_BUILD_TYPE=Release \