diff options
Diffstat (limited to 'llvm/tools/obj2yaml/obj2yaml.h')
-rw-r--r-- | llvm/tools/obj2yaml/obj2yaml.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/tools/obj2yaml/obj2yaml.h b/llvm/tools/obj2yaml/obj2yaml.h index 69c753296ef..3e96659462b 100644 --- a/llvm/tools/obj2yaml/obj2yaml.h +++ b/llvm/tools/obj2yaml/obj2yaml.h @@ -29,13 +29,12 @@ std::error_code wasm2yaml(llvm::raw_ostream &Out, // Forward decls for dwarf2yaml namespace llvm { -class DWARFContextInMemory; +class DWARFContext; namespace DWARFYAML { struct Data; } } -std::error_code dwarf2yaml(llvm::DWARFContextInMemory &DCtx, - llvm::DWARFYAML::Data &Y); +std::error_code dwarf2yaml(llvm::DWARFContext &DCtx, llvm::DWARFYAML::Data &Y); #endif |