aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-02-08 05:28:39 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-02-08 05:28:39 +0000
commit559ff1fe03c656bd3e568b9f0971c15fa803edec (patch)
treeb7380e3a7984ba3d068ef5684372934788412a41 /llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
parentd80372c45e0e1efcb5ed34ac820586dca8f6aa56 (diff)
downloadllvm-559ff1fe03c656bd3e568b9f0971c15fa803edec.zip
llvm-559ff1fe03c656bd3e568b9f0971c15fa803edec.tar.gz
llvm-559ff1fe03c656bd3e568b9f0971c15fa803edec.tar.bz2
ARM: Remove dead code. NFCI.
llvm-svn: 324565
Diffstat (limited to 'llvm/lib/Target/ARM/ARMTargetObjectFile.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetObjectFile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp b/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
index 88bab64..d062076 100644
--- a/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
+++ b/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
@@ -40,9 +40,6 @@ void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
if (isAAPCS_ABI) {
LSDASection = nullptr;
}
-
- AttributesSection =
- getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0);
}
const MCExpr *ARMElfTargetObjectFile::getTTypeGlobalReference(