This is an archive of the discontinued LLVM Phabricator instance.

Make check-lit tests respect LLVM_LIT_TOOLS_DIR
ClosedPublic

Authored by gbedwell on Nov 27 2017, 2:09 PM.

Details

Summary

We ran into some strange test failures on a Windows machine that didn't have *nix style commands on the path, but was setting a path to the gnuwin32 tools via LLVM_LIT_TOOLS_DIR. Both the check-compiler-rt and check-lit tests weren't taking notice of this option.

This patch takes care of the check-lit part.

Diff Detail

Repository
rL LLVM

Event Timeline

gbedwell created this revision.Nov 27 2017, 2:09 PM
zturner accepted this revision.Nov 27 2017, 2:25 PM
This revision is now accepted and ready to land.Nov 27 2017, 2:25 PM
This revision was automatically updated to reflect the committed changes.