Return ErrorOr from SymbolRef::getName.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index 276bdffb9f4bc6ee1aec76da8aa4490955f2e470..b4d34f4033bcfa1de5e3d0c0b0254d80f8f185d9 100644 (file)
@@ -51,6 +51,7 @@ extern cl::opt<bool> SectionHeaders;
 extern cl::opt<bool> SectionContents;
 extern cl::opt<bool> SymbolTable;
 extern cl::opt<bool> UnwindInfo;
+extern cl::opt<bool> PrintImmHex;
 
 // Various helper functions.
 bool error(std::error_code ec);