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
Fix ClangBuilder for running LNT on Windows (llvm#575)
This PR adds support for running the LLVM test-suite on Windows
buildbots using ClangBuilder. The changes ensure that the correct
executable paths and file extensions are used when running Python and
LNT scripts on Windows.
This depends on llvm/llvm-project#155226 which adds llvm-lit.cmd wrapper
to make llvm-lit directory runnable on windows.
0 commit comments