http://bugs.llvm.org/show_bug.cgi?id=32460
Bug ID: 32460
Summary: Include filename for error messages generated by
InputFiles.cpp
Product: lld
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedb...@nondot.org
Reporter: r...@google.com
CC: llvm-bugs@lists.llvm.org
We use check() in various places in InputFiles.cpp for error checking. You can
pass an optional error message for check() so that optional message is
displayed along with the cause of the error. It is expected that an optional
message contains a filename so that a user can fix the issue.
Many check() calls in InputFiles.cpp lack optional messages. We should pass
optional messages with filenames.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs