summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-12-18 19:45:38 +0000
committerPete Cooper <peter_cooper@apple.com>2015-12-18 19:45:38 +0000
commit98052537f0fd0e627b92704f6a13b4d84d7971e8 (patch)
tree7177dcf4aeb2e5f6da790660855eb8bad6bbb812 /llvm/tools/llvm-objdump/llvm-objdump.h
parent8a634c1504bc49dc3839e8ee8b31fcd8c0d06e83 (diff)
downloadbcm5719-llvm-98052537f0fd0e627b92704f6a13b4d84d7971e8.tar.gz
bcm5719-llvm-98052537f0fd0e627b92704f6a13b4d84d7971e8.zip
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
This reverts commit r256008. Its breaking multiple buildbots, although works for me locally. llvm-svn: 256013
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r--llvm/tools/llvm-objdump/llvm-objdump.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-objdump/llvm-objdump.h b/llvm/tools/llvm-objdump/llvm-objdump.h
index 7303c3a0418..f74ed010d1d 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.h
+++ b/llvm/tools/llvm-objdump/llvm-objdump.h
@@ -10,7 +10,6 @@
#define LLVM_TOOLS_LLVM_OBJDUMP_LLVM_OBJDUMP_H
#include "llvm/ADT/StringRef.h"
-#include "llvm/DebugInfo/DIContext.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/DataTypes.h"
@@ -54,7 +53,6 @@ extern cl::opt<bool> SectionContents;
extern cl::opt<bool> SymbolTable;
extern cl::opt<bool> UnwindInfo;
extern cl::opt<bool> PrintImmHex;
-extern cl::opt<DIDumpType> DwarfDumpType;
// Various helper functions.
void error(std::error_code ec);
OpenPOWER on IntegriCloud