From d91ec70911c324959d9ecba46185ae4961db2636 Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 20 Jan 2026 09:37:13 -0500 Subject: [PATCH] Update LLVM checkout reference in workflow --- .github/workflows/enzyme-bazel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enzyme-bazel.yml b/.github/workflows/enzyme-bazel.yml index 3f8ac63d1..1e9e61f38 100644 --- a/.github/workflows/enzyme-bazel.yml +++ b/.github/workflows/enzyme-bazel.yml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v6 with: repository: 'llvm/llvm-project' - ref: '4749bf56a65e38ee7b05ac7f9fe261aab6cb5bc6' + ref: '95da1354d03bf66594d0bd1763b9c9c5fbcf8843' path: 'llvm-project' - name: Check out Enzyme-JAX