- Reapply changes intially introduced in r343089
- The archtecture info is no longer loaded whenever a DWARFContext is created
- The runtimes libraries (santiziers) make use of the dwarf context classes but do not intialise the target info
- The architecture of the object can be obtained without loading the target info
- Adding a method to the dwarf context to get this information and multiplex the string printing later on
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/DebugInfo/DWARF/DWARFContext.cpp | ||
---|---|---|
1647 | Looks like a change that was part of some earlier experimintation, thanks! |
Why is this needed?