[objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately.

llvm-svn: 239265
This commit is contained in:
Colin LeMahieu
2015-06-07 21:07:17 +00:00
parent 856fc94a2f
commit 14ec76eb63
4 changed files with 16 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ extern cl::opt<bool> SectionHeaders;
extern cl::opt<bool> SectionContents;
extern cl::opt<bool> SymbolTable;
extern cl::opt<bool> UnwindInfo;
extern cl::opt<bool> PrintImmHex;
// Various helper functions.
bool error(std::error_code ec);