svn commit: r356997 - projects/clang1000-import/contrib/llvm-project/llvm/lib/DebugInfo/DWARF
Dimitry Andric
dim at FreeBSD.org
Wed Jan 22 21:22:35 UTC 2020
Author: dim
Date: Wed Jan 22 21:22:34 2020
New Revision: 356997
URL: https://svnweb.freebsd.org/changeset/base/356997
Log:
Reduce diff between stock DWARFContext.cpp and ours.
Modified:
projects/clang1000-import/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Modified: projects/clang1000-import/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
==============================================================================
--- projects/clang1000-import/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp Wed Jan 22 21:21:24 2020 (r356996)
+++ projects/clang1000-import/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp Wed Jan 22 21:22:34 2020 (r356997)
@@ -763,7 +763,7 @@ const DWARFDebugFrame *DWARFContext::getDebugFrame() {
// provides this information). This problem is fixed in DWARFv4
// See this dwarf-discuss discussion for more details:
// http://lists.dwarfstd.org/htdig.cgi/dwarf-discuss-dwarfstd.org/2011-December/001173.html
- DWARFDataExtractor debugFrameData(*DObj, DObj->getFrameSection(),
+ DWARFDataExtractor debugFrameData(*DObj, DObj->getFrameSection(),
isLittleEndian(), DObj->getAddressSize());
DebugFrame.reset(new DWARFDebugFrame(getArch(), false /* IsEH */));
DebugFrame->parse(debugFrameData);
More information about the svn-src-projects
mailing list