File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ set(SWIFTLIB_ESSENTIAL
90
90
KeyValuePairs.swift
91
91
LazyCollection.swift
92
92
LazySequence.swift
93
+ LegacyABI.swift
93
94
LifetimeManager.swift
94
95
ManagedBuffer.swift
95
96
Map.swift
Original file line number Diff line number Diff line change 221
221
" Equatable.swift" ,
222
222
" Comparable.swift" ,
223
223
" Codable.swift" ,
224
+ " LegacyABI.swift" ,
224
225
" MigrationSupport.swift"
225
226
],
226
227
"Result" : [
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
7
+ //
8
+ // See https://swift.org/LICENSE.txt for license information
9
+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ //===----------------------------------------------------------------------===//
12
+
13
+ // This file contains non-API (or underscored) declarations that are needed to
14
+ // be kept around for ABI compatibility
15
+
You can’t perform that action at this time.
0 commit comments