From 02cb4b2fd699564c68d30c1dd22cb74d671fe14b Mon Sep 17 00:00:00 2001 From: Sourabh Singh Tomar Date: Sat, 23 Nov 2019 19:44:42 +0530 Subject: Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump." This reverts commit 81b0a3284af1dcef26e56b0de9fd74002083c471. Will Re-apply, with updated Differtial Revision, for automatic closure of Phabricator review. --- llvm/lib/MC/MCObjectFileInfo.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp') diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp index 5b4da1998c4..53a9467041c 100644 --- a/llvm/lib/MC/MCObjectFileInfo.cpp +++ b/llvm/lib/MC/MCObjectFileInfo.cpp @@ -464,9 +464,6 @@ void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { DwarfRnglistsDWOSection = Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE); - DwarfLoclistsDWOSection = - Ctx->getELFSection(".debug_loclists.dwo", DebugSecType, ELF::SHF_EXCLUDE); - // DWP Sections DwarfCUIndexSection = Ctx->getELFSection(".debug_cu_index", DebugSecType, 0); -- cgit v1.2.3