[llvm-bugs] [Bug 44032] New: llvm-ar fails to diagnose maximum file size of static library
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Nov 17 05:25:03 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44032
Bug ID: 44032
Summary: llvm-ar fails to diagnose maximum file size of static
library
Product: libraries
Version: 9.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Linker
Assignee: unassignedbugs at nondot.org
Reporter: me at mark-ingram.com
CC: llvm-bugs at lists.llvm.org
(Apologies if this is filed in the incorrect place...)
link.exe will fail with the following error message when a static library
exceeds the maximum allowed:
lib.lib : fatal error LNK1248: image size (100056B90) exceeds maximum allowable
size (FFFFFFFF)
Instead, llvm-ar gives errors about corruption, e.g.
lib.lib : fatal error LNK1127: library is corrupt
In other situations I've seen it complain about failing to find symbols, due to
invalid characters in the static library.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191117/c88bdb97/attachment.html>
More information about the llvm-bugs
mailing list