diff options
author | Kevin Enderby <enderby@apple.com> | 2015-01-22 18:55:27 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2015-01-22 18:55:27 +0000 |
commit | a7bdc7e6718219d9585659a5329851a69759626d (patch) | |
tree | 7fb8fa863798ecd02cbb539f38821915149fb5d0 /llvm/tools/llvm-objdump/llvm-objdump.h | |
parent | f15d7a588228842f558b14c0f23ba76d9b5e8d80 (diff) | |
download | bcm5719-llvm-a7bdc7e6718219d9585659a5329851a69759626d.tar.gz bcm5719-llvm-a7bdc7e6718219d9585659a5329851a69759626d.zip |
Add the option, -indirect-symbols, used with -macho to print the Mach-O indirect symbol table to llvm-objdump.
llvm-svn: 226848
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 a0e0d5a6a6c..3549a79d585 100644 --- a/llvm/tools/llvm-objdump/llvm-objdump.h +++ b/llvm/tools/llvm-objdump/llvm-objdump.h @@ -36,6 +36,7 @@ extern cl::opt<bool> LazyBind; extern cl::opt<bool> WeakBind; extern cl::opt<bool> UniversalHeaders; extern cl::opt<bool> ArchiveHeaders; +extern cl::opt<bool> IndirectSymbols; extern cl::opt<bool> Relocations; extern cl::opt<bool> SectionHeaders; extern cl::opt<bool> SectionContents; |