aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorYusra Syeda <yusra.syeda@ibm.com>2023-06-28 11:18:12 -0400
committerYusra Syeda <yusra.syeda@ibm.com>2023-06-28 11:18:12 -0400
commit1bfdc534aaae483b37dc3198214fe79459cea760 (patch)
treebf46d478029fd2f425c186cb8f590abf83377a29 /llvm/lib/MC/MCObjectFileInfo.cpp
parentbe92848ea4ef71280d2bb86e04d548dad2def94b (diff)
downloadllvm-1bfdc534aaae483b37dc3198214fe79459cea760.zip
llvm-1bfdc534aaae483b37dc3198214fe79459cea760.tar.gz
llvm-1bfdc534aaae483b37dc3198214fe79459cea760.tar.bz2
Revert "[SystemZ][z/OS] This patch adds support for the ADA (associated data area), doing the following:"
This reverts commit 9df0f66af5462e23216eae31aedbd4d2f459cc3d.
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
-rw-r--r--llvm/lib/MC/MCObjectFileInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp
index df2085e..9fceaa2 100644
--- a/llvm/lib/MC/MCObjectFileInfo.cpp
+++ b/llvm/lib/MC/MCObjectFileInfo.cpp
@@ -542,8 +542,6 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
PPA1Section =
Ctx->getGOFFSection(".ppa1", SectionKind::getMetadata(), TextSection,
MCConstantExpr::create(GOFF::SK_PPA1, *Ctx));
- ADASection =
- Ctx->getGOFFSection(".ada", SectionKind::getData(), nullptr, nullptr);
}
void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) {