mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add swiftcrossimport and swiftoverlays file_types
This commit is contained in:
@@ -73,6 +73,13 @@ TYPE("module-trace", ModuleTrace, "trace.json", "")
|
||||
TYPE("index-data", IndexData, "", "")
|
||||
TYPE("opt-record", OptRecord, "opt.yaml", "")
|
||||
|
||||
// Overlay files declare wrapper modules, called "separately-imported overlays",
|
||||
// that should be automatically imported when a particular module is imported.
|
||||
// Cross-import directories conditionalize overlay files so they only take
|
||||
// effect when certain other modules are also loaded.
|
||||
TYPE("swiftcrossimport", SwiftCrossImportDir, "swiftcrossimport","")
|
||||
TYPE("swiftoverlay", SwiftOverlayFile, "swiftoverlay", "")
|
||||
|
||||
// Misc types
|
||||
TYPE("pcm", ClangModuleFile, "pcm", "")
|
||||
TYPE("pch", PCH, "pch", "")
|
||||
|
||||
Reference in New Issue
Block a user