InstrProf: Pack the coverage mapping structs that we write out
authorJustin Bogner <mail@justinbogner.com>
Thu, 2 Jul 2015 00:42:32 +0000 (00:42 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 2 Jul 2015 00:42:32 +0000 (00:42 +0000)
commitb05a43f59b41bf385e94f3729585762ac7bbb88e
tree8d187122c21e9bd070521ad9d3ea871c10c0f659
parent191116f3eb4fba2d6a2fa505025d65f46db1a40a
InstrProf: Pack the coverage mapping structs that we write out

When we read this data we treat it as unaligned and packed, so we
should really be explicit about that when we write it.

llvm-svn: 241218
clang/lib/CodeGen/CoverageMappingGen.cpp
clang/test/CoverageMapping/ir.c