Skip to content

Commit a31ad92

Browse files
Revert changes left behind when reverting SwiftLTO
1 parent 88cc780 commit a31ad92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,6 @@ void Driver::buildActions(SmallVectorImpl<const Action *> &TopLevelActions,
20642064
}
20652065
case file_types::TY_AutolinkFile:
20662066
case file_types::TY_Object:
2067-
case file_types::TY_LLVM_BC:
20682067
case file_types::TY_TBD:
20692068
// Object inputs are only okay if linking.
20702069
if (OI.shouldLink()) {
@@ -2078,6 +2077,7 @@ void Driver::buildActions(SmallVectorImpl<const Action *> &TopLevelActions,
20782077
case file_types::TY_Dependencies:
20792078
case file_types::TY_Assembly:
20802079
case file_types::TY_LLVM_IR:
2080+
case file_types::TY_LLVM_BC:
20812081
case file_types::TY_SerializedDiagnostics:
20822082
case file_types::TY_ClangHeader:
20832083
case file_types::TY_ClangModuleFile:

0 commit comments

Comments
 (0)