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 @@ -83,6 +83,7 @@ set(SWIFTLIB_ESSENTIAL
83
83
KeyValuePairs.swift
84
84
LazyCollection.swift
85
85
LazySequence.swift
86
+ LegacyABI.swift
86
87
LifetimeManager.swift
87
88
ManagedBuffer.swift
88
89
Map.swift
Original file line number Diff line number Diff line change 223
223
" Equatable.swift" ,
224
224
" Comparable.swift" ,
225
225
" Codable.swift" ,
226
+ " LegacyABI.swift" ,
226
227
" MigrationSupport.swift"
227
228
],
228
229
"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