File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ KNOWN_SETTINGS=(
253
253
coverage-db " " " If set, coverage database to use when prioritizing testing"
254
254
build-toolchain-only " " " If set, only build the necessary tools to build an external toolchain"
255
255
skip-local-host-install " " " If we are cross-compiling multiple targets, skip an install pass locally if the hosts match"
256
+ swift-runtime-enable-cow-existentials " 0" " Enable the copy-on-write existential implementation"
256
257
)
257
258
258
259
# Centralized access point for traced command invocation.
@@ -2116,6 +2117,7 @@ for host in "${ALL_HOSTS[@]}"; do
2116
2117
-DSWIFT_STDLIB_BUILD_TYPE:STRING=" ${SWIFT_STDLIB_BUILD_TYPE} "
2117
2118
-DSWIFT_STDLIB_ASSERTIONS:BOOL=$( true_false " ${SWIFT_STDLIB_ENABLE_ASSERTIONS} " )
2118
2119
-DSWIFT_STDLIB_ENABLE_RESILIENCE:BOOL=$( true_false " ${SWIFT_STDLIB_ENABLE_RESILIENCE} " )
2120
+ -DSWIFT_RUNTIME_ENABLE_COW_EXISTENTIALS:BOOL=$( true_false " ${SWIFT_RUNTIME_ENABLE_COW_EXISTENTIALS} " )
2119
2121
-DSWIFT_STDLIB_USE_NONATOMIC_RC:BOOL=$( true_false " ${SWIFT_STDLIB_USE_NONATOMIC_RC} " )
2120
2122
-DSWIFT_STDLIB_SIL_SERIALIZE_ALL:BOOL=$( true_false " ${SWIFT_STDLIB_SIL_SERIALIZE_ALL} " )
2121
2123
-DSWIFT_NATIVE_LLVM_TOOLS_PATH:STRING=" ${native_llvm_tools_path} "
You can’t perform that action at this time.
0 commit comments