[PATCH] D25929: Add llvm-echo command.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 12:01:45 PDT 2016


ruiu marked 2 inline comments as done.
ruiu added inline comments.


================
Comment at: utils/llvm-echo/llvm-echo.cpp:33
+  StringSaver Saver(Alloc);
+  llvm::cl::TokenizeGNUCommandLine(Cmdline, Saver, Args);
+#else
----------------
rnk wrote:
> Why is this TokenizeGNUCommandLine and not TokenizeWindowsCommandLine? Which one works with CPython?
Doe it make sense? I'm trying to get the exact same result on all platforms instead of trying to get consistent results only on Windows.


https://reviews.llvm.org/D25929





More information about the llvm-commits mailing list