Skip to content

Commit

Permalink
another wild guess at the win bot-only failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Apr 3, 2020
1 parent 9c6f32a commit c7aff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/cmake/modules/AddLLVM.cmake
Expand Up @@ -1457,7 +1457,7 @@ function(configure_lit_site_cfg site_in site_out)

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

# Override config_target_triple (and the env)
Expand Down

0 comments on commit c7aff9a

Please sign in to comment.