mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
Reduce diff between stock DWARFContext.cpp and ours.
This commit is contained in:
parent
8bcb099186
commit
5c713029ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/clang1000-import/; revision=356997
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user