[llvm-bugs] [Bug 42520] New: Fix Non archive file error message in llvm-ar
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 5 07:47:02 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42520
Bug ID: 42520
Summary: Fix Non archive file error message in llvm-ar
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-ar
Assignee: unassignedbugs at nondot.org
Reporter: gbreynoo at gmail.com
CC: llvm-bugs at lists.llvm.org
When a non archive file is passed as the archive file argument, an error is
output:
error: error loading 'ARCHIVE': The file was not recognized as a valid object
file!: The file was not recognized as a valid object file.
This error should report that an archive file is required, not an object file.
--
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/20190705/da1d3cd6/attachment.html>
More information about the llvm-bugs
mailing list