Commit Graph

4 Commits

Author SHA1 Message Date
Robert Widmann
e646ef2cbe Add incrementalExternalDepend as an Incremental NodeKind 2020-09-25 01:16:01 -06:00
Robert Widmann
d2e7bdcfab Teach SwiftModules To Embed Incremental Information
Take advantage of the binary swiftdeps serialization utliities built during #32131. Add a new optional information block to swiftdeps files. For now, don't actually serialize swiftdeps information.

Frontends will use this information to determine whether to write incremental dependencies across modules into their swiftdeps files. We will then teach the driver to deserialize the data from this section and integrate it into its incremental decision making.
2020-09-24 20:07:01 -06:00
Slava Pestov
0c597a8b92 Dependencies: Move YAML reader and writer code to swift-dependency-tool 2020-06-11 16:08:05 -04:00
Slava Pestov
4ff5dd4ed9 Dependencies: New swift-dependency-tool to convert between binary and YAML formats 2020-06-10 23:43:40 -04:00