[PATCH] D45589: [DWARF] Defer emitting type units until the compile units are done.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 13:33:33 PDT 2018
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h:256
TypeUnitsUnderConstruction;
+ SmallVector<std::unique_ptr<DwarfTypeUnit>, 1> TypeUnitsToEmit;
----------------
Comment?
Repository:
rL LLVM
https://reviews.llvm.org/D45589
More information about the llvm-commits
mailing list