summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
diff options
context:
space:
mode:
authorIgor Laevsky <igmyrj@gmail.com>2016-01-26 15:09:42 +0000
committerIgor Laevsky <igmyrj@gmail.com>2016-01-26 15:09:42 +0000
commit03a670c0ec1d38de8c206de1426340041f10f8ff (patch)
treefc60c68ea379b07051aacebe7544d0371d8c043c /llvm/tools/llvm-objdump/llvm-objdump.h
parentfb619e96864d6bc3359445a2c1b716d508bbfe38 (diff)
downloadbcm5719-llvm-03a670c0ec1d38de8c206de1426340041f10f8ff.tar.gz
bcm5719-llvm-03a670c0ec1d38de8c206de1426340041f10f8ff.zip
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Originally this change was causing failures on windows buildbots. But those problems were fixed in r258806. llvm-svn: 258811
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r--llvm/tools/llvm-objdump/llvm-objdump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-objdump/llvm-objdump.h b/llvm/tools/llvm-objdump/llvm-objdump.h
index 60cabbc98e2..c50caae5b58 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.h
+++ b/llvm/tools/llvm-objdump/llvm-objdump.h
@@ -10,6 +10,7 @@
#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/Compiler.h"
#include "llvm/Support/DataTypes.h"
@@ -55,6 +56,7 @@ 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