This is an archive of the discontinued LLVM Phabricator instance.

[pdb] handle checksum and line info records that are not aligned to 4 bytes
AbandonedPublic

Authored by inglorion on May 26 2017, 4:12 PM.

Details

Reviewers
None
Summary

This avoids yaml2pdb aborting with stream_too_long.

Event Timeline

inglorion created this revision.May 26 2017, 4:12 PM

This is not ready for review just yet. There are some other problems with the line information (all offsets show up as 0 when read with the DIA library) that I want to look into a bit more before I'm confident that this change is doing the right thing.

inglorion abandoned this revision.Jun 1 2017, 3:10 PM

Superseded by D33785