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

Jingyue Wu jingyue at google.com
Mon Aug 11 13:36:15 PDT 2014


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/2b844034/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lnt.patch
Type: application/octet-stream
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140811/2b844034/attachment.obj>


More information about the llvm-commits mailing list