File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1210,8 +1210,8 @@ config.substitutions.append(('%target-runtime', config.target_runtime))
1210
1210
1211
1211
config .substitutions .append (('%target-typecheck-verify-swift' , config .target_parse_verify_swift ))
1212
1212
1213
- config .substitutions .append (('%target-swift-emit-silgen\(mock-sdk:([^)]+)\)' , '%target-swift-frontend(mock-sdk:\\ 1) -emit-silgen -verify-syntax-tree' ))
1214
- config .substitutions .append (('%target-swift-emit-silgen' , '%target-swift-frontend -emit-silgen -verify-syntax-tree' ))
1213
+ config .substitutions .append (('%target-swift-emit-silgen\(mock-sdk:([^)]+)\)' , '%target-swift-frontend(mock-sdk:\\ 1) -emit-silgen -verify-syntax-tree -enable-sil-ownership ' ))
1214
+ config .substitutions .append (('%target-swift-emit-silgen' , '%target-swift-frontend -emit-silgen -verify-syntax-tree -enable-sil-ownership ' ))
1215
1215
config .substitutions .append (('%target-swift-emit-sil\(mock-sdk:([^)]+)\)' , '%target-swift-frontend(mock-sdk:\\ 1) -emit-sil -verify-syntax-tree' ))
1216
1216
config .substitutions .append (('%target-swift-emit-sil' , '%target-swift-frontend -emit-sil -verify-syntax-tree' ))
1217
1217
config .substitutions .append (('%target-swift-emit-ir\(mock-sdk:([^)]+)\)' , '%target-swift-frontend(mock-sdk:\\ 1) -emit-ir -verify-syntax-tree' ))
You can’t perform that action at this time.
0 commit comments