Align Modi and FileInfo substreams on 32-byte offsets.
authorRui Ueyama <ruiu@google.com>
Wed, 16 Nov 2016 00:59:27 +0000 (00:59 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 16 Nov 2016 00:59:27 +0000 (00:59 +0000)
commitfb1e6d22a32c7d88e52ef3575cc511cf91b02d25
treeb7c5fbce747b6f36885796fd9b4f91352c331425
parent6328cbd31bef72bf1ebb8e2b1cdc4899bae3c221
Align Modi and FileInfo substreams on 32-byte offsets.

This is required by DbiStream, but DbiStreamBuilder didn't align
these substreams, so the output of DbiSTreamBuilder couldn't be
read by DbiStream.

Test will be added to LLD.

llvm-svn: 287067
llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp