[Bug 258820] Multiple ports fail to build with USE_LTO: libffi.a strip: file format not recognized (propose: disable building static library)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258820] devel/libffi: disable building static library"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Oct 2025 18:18:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258820
--- Comment #22 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e01971362fe639e079ffc0a828b10aff1cc2a726
commit e01971362fe639e079ffc0a828b10aff1cc2a726
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-08-28 12:48:17 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-07 18:16:44 +0000
Merge commit 7a66a26658f4 from llvm git (by Fangrui Song):
--discard-locals/--discard-all: allow and keep symbols referenced by
relocations
In GNU objcopy, symbols referenced by relocations are retained. Our
COFF (https://reviews.llvm.org/D56480) and Mach-O
(https://reviews.llvm.org/D75104) ports port the behavior, but the ELF
port doesn't.
This PR implements the behavior for ELF.
Close #47468 (tcl has a use case that requires `strip -x tclStubLib.o`
to strip local symbols not referenced by relocations.)
Pull Request: https://github.com/llvm/llvm-project/pull/130704
PR: 258820
Approved by: dim
Differential Revision: https://reviews.freebsd.org/D52198
(cherry picked from commit 959806e0a8448ef5df372468b8deddc20d976702)
(cherry picked from commit 4558fc4f91dc1d3909083ea664b384595f66c3ae)
.../llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp | 25 +++++++++++-----------
1 file changed, 13 insertions(+), 12 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.