[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:53 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.
http://reviews.llvm.org/D4365
More information about the lldb-commits
mailing list