mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ModuleInterface] Add new SwiftParseableInterfaceDeps file type (.sid).
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user