[all-commits] [llvm/llvm-project] d21ab6: Fix symlink path for libgcc
Khem Raj via All-commits
all-commits at lists.llvm.org
Tue Oct 28 17:24:45 PDT 2025
Branch: refs/heads/users/kraj/llvm-libgcc-symlink-fixes
Home: https://github.com/llvm/llvm-project
Commit: d21ab66fd88377ee4a9247e67b28cadfeed4bd3b
https://github.com/llvm/llvm-project/commit/d21ab66fd88377ee4a9247e67b28cadfeed4bd3b
Author: Khem Raj <raj.khem at gmail.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M llvm-libgcc/CMakeLists.txt
Log Message:
-----------
Fix symlink path for libgcc
The symlink for libgcc_so.1.0 is made to point to libunwind.so
which is functionally correct but it fails some linux distro packaging
complain because libunwind.so is made part of -dev package but
libgcc_so.1.0 ends up in the real package, and creates an unneeded
package -> dev dependency
create the symlink to point to libunwind.so.1 instead then the boundaries
of packaging are not crossed and all is well.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list