https://sourceware.org/bugzilla/show_bug.cgi?id=32978
--- Comment #2 from Sam James <sam at gentoo dot org> --- ``` $ objdump -x usr/lib/llvm/18/lib64/libLLVM.so.18.1 objdump: warning: usr/lib/llvm/18/lib64/libLLVM.so.18.1 has a section extending past end of file objdump: usr/lib/llvm/18/lib64/libLLVM.so.18.1: file format not recognized $ ld usr/lib/llvm/18/lib64/libLLVM.so.18.1 ld: warning: usr/lib/llvm/18/lib64/libLLVM.so.18.1 has a section extending past end of file usr/lib/llvm/18/lib64/libLLVM.so.18.1: file not recognized: file format not recognized ``` So we handle it fine in the non-LTO case. -- You are receiving this mail because: You are on the CC list for the bug.