[LNT] Parse --version correctly from CMake builds

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Jun 17 10:35:15 PDT 2014


On 2014-Jun-17, at 05:21, James Molloy <james.molloy at arm.com> wrote:
> 
> Hi Yi, Chris,
>  
> LNT currently fails to parse clang’s –version string correctly for CMake builds. CMake builds do not emit the branch name, they only emit the revision. Currently LNT thinks the revision number is the branch name, which also means it fails to infer the run_order correctly for submission.
>  
> The attached simple patch fixes this.
>  
> OK to commit?
>  

I don't know much about LNT, but this seems like the wrong fix to me.
Shouldn't we be fixing the build systems to match?

In particular, isn't this a bug in CMake builds?



More information about the llvm-commits mailing list