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

Yi Kong kongy.dev at gmail.com
Mon Aug 11 14:11:13 PDT 2014


Leading spaces are added back as of r215044.

-Yi

On 11 August 2014 21:55, Jingyue Wu <jingyue at google.com> wrote:
> + 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list