This is an archive of the discontinued LLVM Phabricator instance.

[pdb] Add unit tests for zero copy mapped block stream
ClosedPublic

Authored by zturner on May 31 2016, 2:32 PM.

Diff Detail

Event Timeline

zturner updated this revision to Diff 59131.May 31 2016, 2:32 PM
zturner retitled this revision from to [pdb] Add unit tests for zero copy mapped block stream.
zturner updated this object.
zturner added reviewers: rnk, ruiu.
zturner added a subscriber: llvm-commits.
ruiu accepted this revision.May 31 2016, 2:41 PM
ruiu edited edge metadata.

LGTM

unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp
1–2

Format.

18

nit: add blank line between #include and using.

This revision is now accepted and ready to land.May 31 2016, 2:41 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r271346.