This is an archive of the discontinued LLVM Phabricator instance.

[ASTReader] Add a DeserializationListener callback for IMPORTED_MODULES
ClosedPublic

Authored by graydon on Jan 16 2017, 2:06 PM.

Details

Summary

Add a callback from ASTReader to DeserializationListener when the former
reads an IMPORTED_MODULES block. This supports Swift in using PCH for
bridging headers.

Diff Detail

Repository
rL LLVM

Event Timeline

graydon created this revision.Jan 16 2017, 2:06 PM
manmanren accepted this revision.Jan 17 2017, 5:00 PM

LGTM

Manman

This revision is now accepted and ready to land.Jan 17 2017, 5:00 PM
This revision was automatically updated to reflect the committed changes.