Add supplementary output path handling for extracted compile-time-known values

This commit is contained in:
Artem Chikin
2022-07-19 10:58:45 -07:00
parent 10e7e4697f
commit b1fee939f1
21 changed files with 171 additions and 0 deletions

View File

@@ -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,