mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add supplementary output path handling for extracted compile-time-known values
This commit is contained in:
@@ -2082,6 +2082,7 @@ void Driver::buildActions(SmallVectorImpl<const Action *> &TopLevelActions,
|
||||
case file_types::TY_JSONDependencies:
|
||||
case file_types::TY_JSONFeatures:
|
||||
case file_types::TY_SwiftABIDescriptor:
|
||||
case file_types::TY_ConstValues:
|
||||
// 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