Add the option, -archive-headers, used with -macho to print the Mach-O archive header...
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index f829dd1a71c350332c34e11d47d0a4e1411305bd..491a819132e65a8b2a24202f64286dcda661297e 100644 (file)
@@ -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);