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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to