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
27062706 # we provide we use realpath here. Because PathSanitizingFileCheck only
27072707 # understands sanitize patterns with forward slashes, and realpath normalizes
27082708 # 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 ("\\ " , "/" )),
27112711 shell_quote (config .filecheck ),
27122712 '--enable-windows-compatibility' if kIsWindows else '' )
27132713
You can’t perform that action at this time.
0 commit comments