File tree Expand file tree Collapse file tree 4 files changed +491
-1
lines changed Expand file tree Collapse file tree 4 files changed +491
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ add_library(swiftCore
8989 Identifiable.swift
9090 Indices.swift
9191 InlineArray.swift
92+ _InlineArray.swift
9293 InputStream.swift
9394 IntegerParsing.swift
9495 Integers.swift
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ split_embedded_sources(
9494 EMBEDDED Identifiable.swift
9595 EMBEDDED Indices.swift
9696 EMBEDDED InlineArray.swift
97+ EMBEDDED _InlineArray.swift
9798 EMBEDDED InputStream.swift
9899 EMBEDDED IntegerParsing.swift
99100 EMBEDDED Integers.swift
Original file line number Diff line number Diff line change 275275 " EmbeddedRuntime.swift" ,
276276 " EmbeddedStubs.swift" ,
277277 " EmbeddedPrint.swift" ,
278- " InlineArray.swift"
278+ " InlineArray.swift" ,
279+ " _InlineArray.swift"
279280 ],
280281 "Result" : [
281282 " Result.swift"
You can’t perform that action at this time.
0 commit comments