pdb output: Initialize padding in PublicsStreamHeader.
authorNico Weber <nicolasweber@gmx.de>
Tue, 11 Sep 2018 14:11:52 +0000 (14:11 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 11 Sep 2018 14:11:52 +0000 (14:11 +0000)
commite2745b5d86747073e0772b16654e951a14825cfd
tree0619d88edc9eb5a54851f47c10e03eed89742092
parentf48e961d23c7854b7c14589e851542357724fc0f
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)

llvm-svn: 341945
llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp