From d0c89f851bc0c7f63206701bb9f1fa2ccf8eb0b4 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 29 Jan 2018 22:02:56 +0000 Subject: Stop tracking .debug_line_str in DWARFUnit. NFC. llvm-svn: 323701 --- llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp') diff --git a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp index c4723461a16..da3226ed0a2 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp @@ -282,8 +282,8 @@ bool DWARFVerifier::handleDebugInfo() { DCtx, DObj.getInfoSection(), DCtx.getDebugAbbrev(), &DObj.getRangeSection(), DObj.getStringSection(), DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), - DObj.getLineSection(), DObj.getLineStringSection(), - DCtx.isLittleEndian(), false, TUSection, nullptr)); + DObj.getLineSection(), DCtx.isLittleEndian(), false, TUSection, + nullptr)); break; } case dwarf::DW_UT_skeleton: @@ -297,8 +297,8 @@ bool DWARFVerifier::handleDebugInfo() { DCtx, DObj.getInfoSection(), DCtx.getDebugAbbrev(), &DObj.getRangeSection(), DObj.getStringSection(), DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), - DObj.getLineSection(), DObj.getLineStringSection(), - DCtx.isLittleEndian(), false, CUSection, nullptr)); + DObj.getLineSection(), DCtx.isLittleEndian(), false, CUSection, + nullptr)); break; } default: { llvm_unreachable("Invalid UnitType."); } -- cgit v1.2.3