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 @@ -2706,8 +2706,8 @@ run_filecheck = '%s %s --allow-unused-prefixes --sanitize BUILD_DIR=%s --sanitiz
2706
2706
# we provide we use realpath here. Because PathSanitizingFileCheck only
2707
2707
# understands sanitize patterns with forward slashes, and realpath normalizes
2708
2708
# the slashes, we have to replace them back to forward slashes.
2709
- shell_quote (os . path . realpath (swift_obj_root ).replace ("\\ " , "/" )),
2710
- shell_quote (os . path . realpath (config .swift_src_root ).replace ("\\ " , "/" )),
2709
+ shell_quote (lit . util . abs_path_preserve_drive (swift_obj_root ).replace ("\\ " , "/" )),
2710
+ shell_quote (lit . util . abs_path_preserve_drive (config .swift_src_root ).replace ("\\ " , "/" )),
2711
2711
shell_quote (config .filecheck ),
2712
2712
'--enable-windows-compatibility' if kIsWindows else '' )
2713
2713
You can’t perform that action at this time.
0 commit comments