[PATCH] D49741: [DebugInfo/DWARF] [1/4] De-segregate type units and compile units. NFC

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 11:50:45 PDT 2018


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h:29
 
   // VTable anchor.
   ~DWARFCompileUnit() override;
----------------
probinson wrote:
> aprantl wrote:
> > `///`
> OK, but most methods in this hierarchy don't.
Might be a useful NFC refactoring at some point.


Repository:
  rL LLVM

https://reviews.llvm.org/D49741





More information about the llvm-commits mailing list