Skip to content

Commit ab28449

Browse files
committed
stdlib: Don't build with -enable-experimental-associated-type-inference for now
Some CI jobs use an older toolchain, which chokes when building the stdlib with this flag. Fixes rdar://119895175.
1 parent ab15dda commit ab28449

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,6 @@ function(_compile_swift_files
620620
list(APPEND swift_flags "-Xfrontend" "-disable-preallocated-instantiation-caches")
621621
endif()
622622

623-
list(APPEND swift_flags "-Xfrontend" "-enable-experimental-associated-type-inference")
624-
625623
list(APPEND swift_flags ${SWIFT_STDLIB_EXTRA_SWIFT_COMPILE_FLAGS})
626624

627625
list(APPEND swift_flags ${SWIFT_EXPERIMENTAL_EXTRA_FLAGS})

0 commit comments

Comments
 (0)