[PATCH] D108031: [test] Avoid unportable echo in Other/lit-quoting.txt

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 13 12:29:48 PDT 2021


mstorsjo added reviewers: rnk, jdenny.
mstorsjo added a comment.

I'm surprised to see that this actually seems to pass in the Windows CI environment (even if there are plenty of other unrelated failures in the CI run). On Windows, these tests aren't executed by a unix shell, but by the python lit internal shell, and `echo` is one of the commands handled internally there, but `printf` isn't.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108031



More information about the llvm-commits mailing list