File tree 3 files changed +450
-1
lines changed
3 files changed +450
-1
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ split_embedded_sources(
212
212
EMBEDDED Unicode.swift # ORDER DEPENDENCY: must follow new unicode support
213
213
EMBEDDED StringGraphemeBreaking.swift # ORDER DEPENDENCY: Must follow UTF16.swift
214
214
EMBEDDED ValidUTF8Buffer.swift
215
+ EMBEDDED Vector.swift
215
216
EMBEDDED WriteBackMutableSlice.swift
216
217
EMBEDDED MigrationSupport.swift
217
218
@@ -315,6 +316,8 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
315
316
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros" )
316
317
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern" )
317
318
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable" )
319
+ list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "RawLayout" )
320
+ list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "ValueGenerics" )
318
321
319
322
if ("${SWIFT_NATIVE_SWIFT_TOOLS_PATH} " STREQUAL "" )
320
323
set (swift_bin_dir "${CMAKE_BINARY_DIR} /bin" )
Original file line number Diff line number Diff line change 251
251
" Instant.swift" ,
252
252
" EmbeddedRuntime.swift" ,
253
253
" EmbeddedStubs.swift" ,
254
- " EmbeddedPrint.swift"
254
+ " EmbeddedPrint.swift" ,
255
+ " Vector.swift"
255
256
],
256
257
"Result" : [
257
258
" Result.swift"
You can’t perform that action at this time.
0 commit comments