Skip to content

Commit beb872a

Browse files
committed
Rebase
Created using spr 1.3.6-beta.1
2 parents 99e3c1b + 77e7039 commit beb872a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ def is_windows_lto_supported():
969969
def target_page_size():
970970
try:
971971
proc = subprocess.Popen(
972-
f"{emulator or ""} python3",
972+
f"{emulator or ''} python3",
973973
shell=True,
974974
stdin=subprocess.PIPE,
975975
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)