[PATCH] D25929: Add llvm-echo command.

Michał Górny via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 07:47:49 PDT 2016


mgorny added a comment.

Could you provide a few examples of things that could be solved with this? I agree that we should not be using 'echo' because the command is pretty much unpredictable and each shell interprets it differently. However, I'd rather not reinvent a wheel when we should have e.g. POSIX printf command that's much more sane.

That said, I don't understand why would you need to tokenize arguments to echo.


https://reviews.llvm.org/D25929





More information about the llvm-commits mailing list