Skip to content

Commit b1b1e00

Browse files
committed
SILGen: Rename SILGenBackDeploy.cpp to SILGenAvailability.cpp.
NFC.
1 parent 62986b7 commit b1b1e00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/SILGen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add_swift_host_library(swiftSILGen STATIC
1111
SwitchEnumBuilder.cpp
1212
SILGen.cpp
1313
SILGenApply.cpp
14-
SILGenBackDeploy.cpp
14+
SILGenAvailability.cpp
1515
SILGenBridging.cpp
1616
SILGenBuilder.cpp
1717
SILGenBuiltin.cpp

lib/SILGen/SILGenBackDeploy.cpp renamed to lib/SILGen/SILGenAvailability.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//===--- SILGenBackDeploy.cpp - SILGen for back deployment ----------------===//
1+
//===--- SILGenAvailability.cpp - SILGen for availability queries ---------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2022 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2022 - 2025 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

0 commit comments

Comments
 (0)