[PATCH] D39278: [lit] Respect LLVM_LIT_TOOLS_DIR when looking for 'tar' on Windows.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 07:12:27 PDT 2017
zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.
We really should be using `llvm_config.get_process_output()` here, fwiw, but as you said, this patch is just fixing an execution failure.
Repository:
rL LLVM
https://reviews.llvm.org/D39278
More information about the llvm-commits
mailing list