forked from OSchip/llvm-project
Add missed file from previous commit (r344838)
llvm-svn: 344839
This commit is contained in:
parent
2df23a4e2e
commit
d0e5eca0fd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue