- 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
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with one nit.
lib/DebugInfo/DWARF/DWARFContext.cpp | ||
---|---|---|
1647 ↗ | (On Diff #178482) | Why is this needed? |
lib/DebugInfo/DWARF/DWARFContext.cpp | ||
---|---|---|
1647 ↗ | (On Diff #178482) | Looks like a change that was part of some earlier experimintation, thanks! |