From 98052537f0fd0e627b92704f6a13b4d84d7971e8 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Fri, 18 Dec 2015 19:45:38 +0000 Subject: 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 --- llvm/tools/llvm-objdump/llvm-objdump.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h') 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 SectionContents; extern cl::opt SymbolTable; extern cl::opt UnwindInfo; extern cl::opt PrintImmHex; -extern cl::opt DwarfDumpType; // Various helper functions. void error(std::error_code ec); -- cgit v1.2.3