[Lldb-commits] [PATCH] Allow the path to the compiler to have spaces in it when running python test suite

Zachary Turner zturner at google.com
Thu Jul 17 16:14:48 PDT 2014


I'm going to hold off on submitting this.  I had forgotten about it, and I
now have a better idea about how to solve the problem.  I want to change
the command line format of dosep.py so that it doesn't take an argument of
the form -o "<command line for dotest.py>" and instead take a -- separator,
and everything after the -- is the command line to pass to dotest.py.  This
way there's no need to escape the quotes.

If this turns out to be difficult or annoying I may revisit this patch and
submit it.


On Thu, Jul 17, 2014 at 10:37 AM, Todd Fiala <tfiala at google.com> wrote:

> LGTM.  Came back clean on Linux x86_64 cmake, Ubuntu 14.04 LTS,
> cmake-built lldb and cmake for test run compiler.
>
> http://reviews.llvm.org/D4365
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140717/9f0e8952/attachment.html>


More information about the lldb-commits mailing list