[llvm-bugs] [Bug 42562] New: Darwin format archives add white space to the end of extracted members
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 10 06:56:50 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42562
Bug ID: 42562
Summary: Darwin format archives add white space to the end of
extracted members
Product: tools
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: llvm-ar
Assignee: unassignedbugs at nondot.org
Reporter: gbreynoo at gmail.com
CC: llvm-bugs at lists.llvm.org
When outputting an archive in the darwin format, either explicitly with
"--format" or by defualt on macOSX, white space is added to the end of
extracted members. I believe this is due to the padding added to members due to
alignment being included in the members size.
--
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/20190710/afa68c69/attachment.html>
More information about the llvm-bugs
mailing list