diff options
author | Kevin Enderby <enderby@apple.com> | 2015-03-11 22:06:32 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2015-03-11 22:06:32 +0000 |
commit | cd66be5dda7b59f0009753fd1e63bfe595610f6d (patch) | |
tree | 2e05248fd3d24288a6bc6a7ca39f60c958dcf5b6 /llvm/tools/llvm-objdump/llvm-objdump.h | |
parent | 5ad16c2ad03ca90ee63e5c9d982fc8c3eac1b4a6 (diff) | |
download | bcm5719-llvm-cd66be5dda7b59f0009753fd1e63bfe595610f6d.tar.gz bcm5719-llvm-cd66be5dda7b59f0009753fd1e63bfe595610f6d.zip |
Add the option, -info-plist to llvm-objdump used with -macho to print the
Mach-O info plist section as strings.
llvm-svn: 231974
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 19f842f381d..845b7ea26bb 100644 --- a/llvm/tools/llvm-objdump/llvm-objdump.h +++ b/llvm/tools/llvm-objdump/llvm-objdump.h @@ -40,6 +40,7 @@ extern cl::opt<bool> ArchiveHeaders; extern cl::opt<bool> IndirectSymbols; extern cl::opt<bool> DataInCode; extern cl::opt<bool> LinkOptHints; +extern cl::opt<bool> InfoPlist; extern cl::opt<bool> Relocations; extern cl::opt<bool> SectionHeaders; extern cl::opt<bool> SectionContents; |