aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorShubham Sandeep Rastogi <srastogi22@apple.com>2023-06-26 11:52:34 -0700
committerShubham Sandeep Rastogi <srastogi22@apple.com>2023-06-26 11:53:18 -0700
commitcb26c1c745e899c839cb05eacad03efa55c69996 (patch)
tree8b1afd8c606800312d048f4b9fbeb3fec4af65f6 /llvm/lib/MC/MCObjectFileInfo.cpp
parent8aa16d1921f15a80be5890a8b4bf7f5d3ec8fa00 (diff)
downloadllvm-cb26c1c745e899c839cb05eacad03efa55c69996.zip
llvm-cb26c1c745e899c839cb05eacad03efa55c69996.tar.gz
llvm-cb26c1c745e899c839cb05eacad03efa55c69996.tar.bz2
Revert "Do not emit a named symbol to denote the start of the debug_frame section"
This reverts commit d6576add99e5ebf936f836aa3ecdc85deb33687e. Reverted because BUILD FAILED: failed 41960 expected passes 86 expected failures 28788 unsupported tests 1 unexpected failures (failure)
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
-rw-r--r--llvm/lib/MC/MCObjectFileInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp
index 9fceaa2..d3b9fa45 100644
--- a/llvm/lib/MC/MCObjectFileInfo.cpp
+++ b/llvm/lib/MC/MCObjectFileInfo.cpp
@@ -249,7 +249,7 @@ void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) {
SectionKind::getMetadata(), "section_line_str");
DwarfFrameSection =
Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG,
- SectionKind::getMetadata(), "section_frame");
+ SectionKind::getMetadata());
DwarfPubNamesSection =
Ctx->getMachOSection("__DWARF", "__debug_pubnames", MachO::S_ATTR_DEBUG,
SectionKind::getMetadata());