[PATCH] [LNT] Tolerate "clang -v" output without leading spaces

Jingyue Wu jingyue at google.com
Mon Aug 11 13:55:56 PDT 2014


+ Daniel and Chris

On Mon Aug 11 2014 at 1:36:14 PM Jingyue Wu <jingyue at google.com> wrote:

> The output of "clang -v -E -x c /dev/null -###" on the trunk doesn't have
> the leading spaces as previous versions.
>
> "/home/jingyue/Work/llvm/install-git/bin/clang" "-cc1" "-triple"
> "x86_64-unknown-linux-gnu" "-E" ...
>
> This patch makes the leading space optional; otherwise, compiler.py will
> not be able to find the cc1 binary.
>
> Jingyue
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140811/6a621d83/attachment.html>


More information about the llvm-commits mailing list