[ModuleInterface] Add new SwiftParseableInterfaceDeps file type (.sid).

This commit is contained in:
Graydon Hoare
2018-10-18 00:27:46 -07:00
parent 1f85e80f3f
commit dc006e883a
4 changed files with 8 additions and 0 deletions

View File

@@ -1780,6 +1780,7 @@ void Driver::buildActions(SmallVectorImpl<const Action *> &TopLevelActions,
case file_types::TY_ModuleTrace:
case file_types::TY_OptRecord:
case file_types::TY_SwiftParseableInterfaceFile:
case file_types::TY_SwiftParseableInterfaceDeps:
// We could in theory handle assembly or LLVM input, but let's not.
// FIXME: What about LTO?
Diags.diagnose(SourceLoc(), diag::error_unexpected_input_file,