[PATCH] D65156: [lit] Protect full test suite from FILECHECK_OPTS

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 14:27:05 PDT 2019


jdenny added a comment.

In D65156#1606769 <https://reviews.llvm.org/D65156#1606769>, @stella.stamenova wrote:

> This actually breaks the lit tests on Windows when the path to Python has spaces. For example:


Thanks.  Is the outermost lit call here running lit's internal shell or an external shell?  (The lit call I mean is the one running lit's test suite and complaining about that command line, which is a lit call within lit's test suite.)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65156/new/

https://reviews.llvm.org/D65156





More information about the llvm-commits mailing list