diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-07 21:07:17 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-07 21:07:17 +0000 |
commit | 14ec76eb63abda926fdfc0b1ad330a30cc238b4c (patch) | |
tree | 07786eceec10be250fd079f717e946eb9aff7531 /llvm/tools/llvm-objdump/llvm-objdump.h | |
parent | 856fc94a2fcf99046bc46e95602a287c07485700 (diff) | |
download | bcm5719-llvm-14ec76eb63abda926fdfc0b1ad330a30cc238b4c.tar.gz bcm5719-llvm-14ec76eb63abda926fdfc0b1ad330a30cc238b4c.zip |
[objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately.
llvm-svn: 239265
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r-- | llvm/tools/llvm-objdump/llvm-objdump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-objdump/llvm-objdump.h b/llvm/tools/llvm-objdump/llvm-objdump.h index 276bdffb9f4..b4d34f4033b 100644 --- a/llvm/tools/llvm-objdump/llvm-objdump.h +++ b/llvm/tools/llvm-objdump/llvm-objdump.h @@ -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); |