[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Use the appropriate helper instead. llvm-svn: 254990
This commit is contained in:
@@ -78,6 +78,7 @@ void PrintRelocations(const object::ObjectFile *o);
|
||||
void PrintSectionHeaders(const object::ObjectFile *o);
|
||||
void PrintSectionContents(const object::ObjectFile *o);
|
||||
void PrintSymbolTable(const object::ObjectFile *o);
|
||||
void report_error(StringRef File, std::error_code EC);
|
||||
|
||||
} // end namespace llvm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user