[llvm-branch-commits] [llvm] release/23.x: workflows/llvm-abi-tests: Fix typo (#209917) (PR #210108)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 16 09:44:11 PDT 2026
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/210108
Backport 16c6374250a465204e067b518577a2b4fd655f93
Requested by: @tstellar
>From a885d62292d8f02cac5eeeb739305dc58cf23abf Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Thu, 16 Jul 2026 09:37:06 -0700
Subject: [PATCH] workflows/llvm-abi-tests: Fix typo (#209917)
Introduced by 9bd8bbb2b76c55ca83ddb6e0aa8a3a79b65706d4.
(cherry picked from commit 16c6374250a465204e067b518577a2b4fd655f93)
---
.github/workflows/llvm-abi-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/llvm-abi-tests.yml b/.github/workflows/llvm-abi-tests.yml
index 1ad4b5c868bc4..ae9b7cc40d79a 100644
--- a/.github/workflows/llvm-abi-tests.yml
+++ b/.github/workflows/llvm-abi-tests.yml
@@ -122,7 +122,7 @@ jobs:
else
touch llvm.symbols
fi
- abi-dumper $EXTRA_ARGS -lver $REF -skip-cxx -public-headers ./install/include/$ABI_HEADERS -o $$REF.abi ./install/lib/libLLVM.so
+ abi-dumper $EXTRA_ARGS -lver $REF -skip-cxx -public-headers ./install/include/$ABI_HEADERS -o $REF.abi ./install/lib/libLLVM.so
# Remove symbol versioning from dumps, so we can compare across major versions.
sed -i "s/LLVM_$LLVM_VERSION_MAJOR/LLVM_NOVERSION/" $REF.abi
- name: Upload ABI file
More information about the llvm-branch-commits
mailing list