[llvm] r349431 - [codeview] Align symbol records to save 441MB during linking clang.pdb

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 17:45:17 PST 2018


On Mon, Dec 17, 2018 at 5:33 PM Friedman, Eli <efriedma at codeaurora.org>
wrote:

> >     // Symbol records in object files are not aligned, although we are
> considering
> >     // it for linker performance reasons.
> > +  OS.EmitValueToAlignment(4);
> >     OS.EmitLabel(SymEnd);
>
> Fix the comment here?
>

Thanks, r349433.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181217/105d958b/attachment.html>


More information about the llvm-commits mailing list