This is an archive of the discontinued LLVM Phabricator instance.

[Modules][PCH] Serialize #pragma pack
ClosedPublic

Authored by arphaman on Mar 22 2017, 7:43 AM.

Details

Summary

This patch serializes the state of #pragma pack. It preserves the state of the pragma from a PCH/from modules in a file that uses that PCH/those modules.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.Mar 22 2017, 7:43 AM
bruno accepted this revision.Mar 29 2017, 10:14 AM

Thanks Alex. LGTM

This revision is now accepted and ready to land.Mar 29 2017, 10:14 AM
This revision was automatically updated to reflect the committed changes.