summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2015-01-15 23:19:11 +0000
committerKevin Enderby <enderby@apple.com>2015-01-15 23:19:11 +0000
commit13023a1af6965374b0c253e8092cc36fbb46dcab (patch)
tree5e1b401f091d050b62116b111932a059146663a4 /llvm/tools/llvm-objdump/llvm-objdump.h
parentcb92c19fc4ac08a6e8e4806ce6f217d2e4f83b5c (diff)
downloadbcm5719-llvm-13023a1af6965374b0c253e8092cc36fbb46dcab.tar.gz
bcm5719-llvm-13023a1af6965374b0c253e8092cc36fbb46dcab.zip
Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump.
llvm-svn: 226228
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r--llvm/tools/llvm-objdump/llvm-objdump.h1
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 f829dd1a71c..491a819132e 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.h
+++ b/llvm/tools/llvm-objdump/llvm-objdump.h
@@ -35,6 +35,7 @@ extern cl::opt<bool> Bind;
extern cl::opt<bool> LazyBind;
extern cl::opt<bool> WeakBind;
extern cl::opt<bool> UniversalHeaders;
+extern cl::opt<bool> ArchiveHeaders;
// Various helper functions.
bool error(std::error_code ec);
OpenPOWER on IntegriCloud