You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Test] Account for spaces in paths in the new dtlto/files.test
This uses LIT substitutions in a response file that could contain
spaces in paths. This caused a failure on a build bot where the path
to the system Python executable was
"C:\Program Files\Python310\python.exe", as reported in llvm#142757.
Add appropriate quoting to fix the issue.
0 commit comments