[llvm-bugs] [Bug 38319] New: llvm-dwarfdump should return a non-zero exit code when encountering an error.
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 25 15:54:08 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38319
Bug ID: 38319
Summary: llvm-dwarfdump should return a non-zero exit code when
encountering an error.
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: jdevlieghere at apple.com
CC: llvm-bugs at lists.llvm.org
When dwarfdump encounters an error while dumping, it should return a non-zero
exit code in addition to printing the error to stdout. We should update the
dump method to return a boolean to indicate whether an error was encountered,
and use that to determine the exit code.
--
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/20180725/ba765413/attachment.html>
More information about the llvm-bugs
mailing list