From 55da527ad822382bb4156c5ff9295209e0bccc5c Mon Sep 17 00:00:00 2001 From: Neumann Hon Date: Fri, 28 Apr 2023 19:06:17 -0400 Subject: Revert "[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END records" This reverts commit 5b2423183cb35703723ec91ce5b93b99cec36fb2. --- llvm/lib/Object/ObjectFile.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Object/ObjectFile.cpp') diff --git a/llvm/lib/Object/ObjectFile.cpp b/llvm/lib/Object/ObjectFile.cpp index c953a56..56a1d09 100644 --- a/llvm/lib/Object/ObjectFile.cpp +++ b/llvm/lib/Object/ObjectFile.cpp @@ -130,10 +130,6 @@ Triple ObjectFile::makeTriple() const { TheTriple.setOS(Triple::AIX); TheTriple.setObjectFormat(Triple::XCOFF); } - else if (isGOFF()) { - TheTriple.setOS(Triple::ZOS); - TheTriple.setObjectFormat(Triple::GOFF); - } return TheTriple; } -- cgit v1.1