File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
302
302
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros" )
303
303
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern" )
304
304
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable" )
305
- list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "RawLayout" )
306
305
307
306
set (swift_core_incorporate_object_libraries )
308
307
list (APPEND swift_core_incorporate_object_libraries swiftRuntime )
Original file line number Diff line number Diff line change 249
249
],
250
250
"Result" : [
251
251
" Result.swift"
252
- ],
253
- "Atomics" : [
254
- " Atomic.swift" ,
255
- " AtomicBool.swift" ,
256
- " AtomicFloats.swift" ,
257
- " AtomicIntegers.swift" ,
258
- " AtomicLazyReference.swift" ,
259
- " AtomicMemoryOrderings.swift" ,
260
- " AtomicOptional.swift" ,
261
- " AtomicPointers.swift" ,
262
- " AtomicStorage.swift" ,
263
- " AtomicValue.swift" ,
264
- " WordPair.swift"
265
252
]
266
253
}
You can’t perform that action at this time.
0 commit comments