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: unassignedb...@nondot.org
          Reporter: jdevliegh...@apple.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to