File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -752,12 +752,12 @@ config.target_sil_extract = (
752
752
% (config .sil_extract , config .variant_triple , mcp_opt ))
753
753
754
754
config .target_resilience_test_wmo = (
755
- (" %s --target-build-swift '%s' --target-run '%s' --t %%t --S %%S --s %%s "
756
- " --additional-compile-flags-library ' -whole-module-optimization -parse-as-library'" )
755
+ (' %s --target-build-swift "%s" --target-run "%s" --t %%t --S %%S --s %%s '
756
+ ' --additional-compile-flags-library " -whole-module-optimization -parse-as-library"' )
757
757
% (config .rth , config .target_build_swift , config .target_run ))
758
758
759
759
config .target_resilience_test = (
760
- " %s --target-build-swift '%s' --target-run '%s' --t %%t --S %%S --s %%s"
760
+ ' %s --target-build-swift "%s" --target-run "%s" --t %%t --S %%S --s %%s'
761
761
% (config .rth , config .target_build_swift , config .target_run ))
762
762
763
763
#
You can’t perform that action at this time.
0 commit comments