From: David Blaikie Date: Sat, 20 Oct 2018 08:55:51 +0000 (+0000) Subject: Add missed file from previous commit (r344838) X-Git-Tag: llvmorg-8.0.0-rc1~6218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0e5eca0fdd54ca9dc896843781abb46656c17be;p=platform%2Fupstream%2Fllvm.git Add missed file from previous commit (r344838) llvm-svn: 344839 --- diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp index edfccfc..465b62c 100644 --- a/llvm/lib/MC/MCObjectFileInfo.cpp +++ b/llvm/lib/MC/MCObjectFileInfo.cpp @@ -254,6 +254,9 @@ void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { DwarfStrOffSection = Ctx->getMachOSection("__DWARF", "__debug_str_offs", MachO::S_ATTR_DEBUG, SectionKind::getMetadata(), "section_str_off"); + DwarfAddrSection = + Ctx->getMachOSection("__DWARF", "__debug_addr", MachO::S_ATTR_DEBUG, + SectionKind::getMetadata(), "section_info"); DwarfLocSection = Ctx->getMachOSection("__DWARF", "__debug_loc", MachO::S_ATTR_DEBUG, SectionKind::getMetadata(), "section_debug_loc");