Skip to content

Commit c7aff9a

Browse files
committed
another wild guess at the win bot-only failures
1 parent 9c6f32a commit c7aff9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/modules/AddLLVM.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ function(configure_lit_site_cfg site_in site_out)
14571457

14581458
string(CONCAT LIT_SITE_CFG_IN_HEADER "${LIT_SITE_CFG_IN_HEADER}\n\n"
14591459
"# Allow generated lit.site.cfg.py to be relocatable.\n"
1460-
"def path(p): return os.path.join(os.path.dirname(__file__), p).replace(os.sep, '/') if p else ''\n"
1460+
"def path(p): return os.path.normpath(os.path.join(os.path.dirname(__file__), p)).replace(os.sep, '/') if p else ''\n"
14611461
)
14621462

14631463
# Override config_target_triple (and the env)

0 commit comments

Comments
 (0)