File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2135,13 +2135,6 @@ config.environment['SWIFT_DEBUG_ENABLE_COW_CHECKS'] = 'false'
21352135# Add this to the command which runs an executable to enable COW checks in the swift runtime.
21362136config .substitutions .append (('%enable-cow-checking' , TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_COW_CHECKS=true;' ))
21372137
2138- # Disabe COW sanity checks in the swift runtime by default.
2139- # (But it's required to set this environment variable to something)
2140- config .environment ['SWIFT_DEBUG_ENABLE_COW_CHECKS' ] = 'false'
2141-
2142- # Add this to the command which runs an executable to enable COW checks in the swift runtime.
2143- config .substitutions .append (('%enable-cow-checking' , TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_COW_CHECKS=true;' ))
2144-
21452138if config .lldb_build_root != "" :
21462139 lldb_python_path = get_lldb_python_path (config .lldb_build_root )
21472140 lldb_python_interpreter = get_lldb_python_interpreter (config .lldb_build_root )
You can’t perform that action at this time.
0 commit comments