pdb output: Initialize padding in PublicsStreamHeader.
commit849df7b61fef0eb3321f65e862d5c5bffd05bfcf
authorNico Weber <nicolasweber@gmx.de>
Tue, 11 Sep 2018 14:11:52 +0000 (11 14:11 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 11 Sep 2018 14:11:52 +0000 (11 14:11 +0000)
tree89b17fed740747d5c9f592a7a2b7b1557c6d0642
parentf072f08e159a88fd1cbe41699ad48d5d1e6f2616
pdb output: Initialize padding in PublicsStreamHeader.

Makes the produced pdbs more deterministic; before they'd contain 2 arbitary
bytes where this padding was.

Also reorder initialization to match the order of the fields in the struct (nfc)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp