Add the -section option to llvm-objdump used with -macho that takes the argument
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index 402632daea709b29813490aac2ed5727c2cbd0fe..19f842f381d509f3371c1a6da3a84d8b3ad9618b 100644 (file)
@@ -26,6 +26,7 @@ extern cl::opt<std::string> TripleName;
 extern cl::opt<std::string> ArchName;
 extern cl::opt<std::string> MCPU;
 extern cl::list<std::string> MAttrs;
+extern cl::list<std::string> DumpSections;
 extern cl::opt<bool> Disassemble;
 extern cl::opt<bool> NoShowRawInsn;
 extern cl::opt<bool> PrivateHeaders;