Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index cae10354a91656f1b365c13cadd7273e8a868ee7..ef1509f933a0029a5d73d0bdca6297a273202a51 100644 (file)
@@ -13,7 +13,6 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/DataTypes.h"
-#include "llvm/Support/StringRefMemoryObject.h"
 
 namespace llvm {
 namespace object {
@@ -27,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::opt<bool> NoShowRawInsn;
 
 // Various helper functions.
 bool error(std::error_code ec);