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")
302302list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros" )
303303list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern" )
304304list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable" )
305- list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "RawLayout" )
306305
307306set (swift_core_incorporate_object_libraries)
308307list (APPEND swift_core_incorporate_object_libraries swiftRuntime)
Original file line number Diff line number Diff line change 249249 ],
250250 "Result" : [
251251 " 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"
265252 ]
266253}
You can’t perform that action at this time.
0 commit comments