summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>2019-11-23 19:44:42 +0530
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>2019-11-23 19:46:07 +0530
commit02cb4b2fd699564c68d30c1dd22cb74d671fe14b (patch)
tree8a164701cb4570ef8108a194172efcf0f9b4e43f /llvm/lib/MC/MCObjectFileInfo.cpp
parented33cb5b147402c06a3e0a9082b0f991a9d91a1b (diff)
downloadbcm5719-llvm-02cb4b2fd699564c68d30c1dd22cb74d671fe14b.tar.gz
bcm5719-llvm-02cb4b2fd699564c68d30c1dd22cb74d671fe14b.zip
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.
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
-rw-r--r--llvm/lib/MC/MCObjectFileInfo.cpp3
1 files changed, 0 insertions, 3 deletions
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);
OpenPOWER on IntegriCloud