OSDN Git Service

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)
commit1a2f700e22e7c8fdfc660d0d37837ccaf27aeef5
tree1289a9063118e481d598be6c5021e4eff869c512
parent747716a4828a52c081b6e60355851df4a1a5e35e
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.

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