https://bugs.llvm.org/show_bug.cgi?id=42521

            Bug ID: 42521
           Summary: llvm-ar errors when printing multiple members with the
                    same name
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-ar
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

When using the print operation as below llvm-ar errors:

llvm-ar p archive.a 1.txt 1.txt

The member is printed but an error is also output. This is the case if the
archive contains only one member of that name or multiple members.

In comparison gnu-ar will error in the case above if the archive only contains
one member of the given name, with multiple members of that name they will be
printed in sequential order. i.e the first two members named 1.txt of the
archive above will be printed.

-- 
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