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