mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add swiftcrossimport and swiftoverlays file_types
This commit is contained in:
@@ -1942,6 +1942,8 @@ void Driver::buildActions(SmallVectorImpl<const Action *> &TopLevelActions,
|
||||
case file_types::TY_ModuleTrace:
|
||||
case file_types::TY_OptRecord:
|
||||
case file_types::TY_SwiftModuleInterfaceFile:
|
||||
case file_types::TY_SwiftCrossImportDir:
|
||||
case file_types::TY_SwiftOverlayFile:
|
||||
// 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