We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f502683 commit 3c2c985Copy full SHA for 3c2c985
compiler-rt/test/lit.common.cfg.py
@@ -695,16 +695,16 @@ def is_windows_lto_supported():
695
696
if config.host_os == 'Darwin':
697
config.substitutions.append((
698
- "%get_pid_from_output",
+ "%get_pid_from_output",
699
"{} {}/get_pid_from_output.py".format(
700
- sh_quote(config.python_executable),
+ sh_quote(config.python_executable),
701
sh_quote(get_ios_commands_dir())
702
))
703
)
704
config.substitutions.append(
705
- ("%print_crashreport_for_pid",
+ ("%print_crashreport_for_pid",
706
"{} {}/print_crashreport_for_pid.py".format(
707
708
709
710
0 commit comments