[llvm-bugs] [Bug 41798] New: Add file names to more error messages
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 8 07:15:54 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41798
Bug ID: 41798
Summary: Add file names to more error messages
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-objcopy/strip
Assignee: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: alexander.v.shaposhnikov at gmail.com,
jake.h.ehrlich at gmail.com,
jh7370.2008 at my.bristol.ac.uk,
llvm-bugs at lists.llvm.org, rupprecht at google.com
Some llvm-objcopy error messages include the name of the file, but others do
not. In the majority of cases, printing the file name is likely to make sense.
Only where the error is to do with something external to an input file (e.g.
command-line options) does this not make sense. We should add it where it is
missing throughout llvm-objcopy, so that it is easy to identify which file has
a problem.
--
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/20190508/877bde7f/attachment.html>
More information about the llvm-bugs
mailing list