[llvm] Debug (PR #215030)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 15:30:08 PDT 2026


https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/215030

None

>From 3b0a58de7f750f5faa11aa258a006f15ba5c84dc Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Sat, 8 Aug 2026 15:28:41 -0700
Subject: [PATCH] Debug

---
 .github/workflows/release-binaries.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index 799e56f200d44..37533b0678624 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -108,6 +108,7 @@ jobs:
         else
           if [ "$RUNNER_OS" = "Windows" ]; then
             release_version="$LLVM_VERSION_FROM_SOURCE"
+            release_version-"23.0.0.2"
           else
             release_version="${{ (github.event_name == 'pull_request' && format('PR{0}', github.event.pull_request.number)) || 'CI'}}-$GITHUB_SHA"
           fi



More information about the llvm-commits mailing list