[all-commits] [llvm/llvm-project] 0214d9: workflows: Remove symbol versions from libclang.so...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Tue Aug 2 15:49:59 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: 0214d986fb64f89cc75289199100475af2e73870
https://github.com/llvm/llvm-project/commit/0214d986fb64f89cc75289199100475af2e73870
Author: Tom Stellard <tstellar at redhat.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M .github/workflows/libclang-abi-tests.yml
Log Message:
-----------
workflows: Remove symbol versions from libclang.so in the libclang ABI test
Now that the symbol version for libclang.so changes for each release again,
we need to remove the symbol versions from the shared library in order
for the ABI checker to be able to compare with an older version of the
shared library.
More information about the All-commits
mailing list