This gives AsmPrinter a chance to initialize its DD field before
we call beginModule(), which is about to start using it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I wanted to suggest a change in the doxygen comment to DwarfDebug::beginModule() to indicate that this is now supposed to be called from the outside, but it looks like the existing comment describes the new usage pattern better than the current one :-)
LGTM.