<div>The output of "clang -v -E -x c /dev/null -###" on the trunk doesn't have the leading spaces as previous versions. </div><div><br></div>"/home/jingyue/Work/llvm/install-git/bin/clang" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-E" ...<div>
<br></div><div>This patch makes the leading space optional; otherwise, compiler.py will not be able to find the cc1 binary. </div><div><br></div><div>Jingyue</div>