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

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 10:40:59 PDT 2019


jdenny added a comment.

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

> HERE: useExternalSh: False


Thanks.  That's what it should be, so that doesn't explain the error.

After debugging more on my system, it seems that `not` in front of a `%{lit}` causes lit's internal shell to use an external `env` instead of the internal `env`.  Fine for ubuntu.  Not fine for windows.  Will post more later.


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