[PATCH] D20413: CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 09:11:04 PDT 2016


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

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.


http://reviews.llvm.org/D20413





More information about the llvm-commits mailing list