Add the option, -data-in-code, to llvm-objdump used with -macho to print the Mach...
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index 3549a79d58516157075ea9948592271563e9b9a3..9bc9622c0a993d9c47405e4ded894835393641d5 100644 (file)
@@ -37,6 +37,7 @@ extern cl::opt<bool> WeakBind;
 extern cl::opt<bool> UniversalHeaders;
 extern cl::opt<bool> ArchiveHeaders;
 extern cl::opt<bool> IndirectSymbols;
+extern cl::opt<bool> DataInCode;
 extern cl::opt<bool> Relocations;
 extern cl::opt<bool> SectionHeaders;
 extern cl::opt<bool> SectionContents;