Skip to content

Commit 2823d30

Browse files
committed
Some Vector API changes
1 parent 0f30cdf commit 2823d30

File tree

2 files changed

+253
-105
lines changed

2 files changed

+253
-105
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
319319
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros")
320320
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
321321
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable")
322-
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "RawLayout")
323322
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "ValueGenerics")
324323

325324
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")

0 commit comments

Comments
 (0)