[LNT] Parse --version correctly from CMake builds

James Molloy james.molloy at arm.com
Tue Jun 17 05:21:05 PDT 2014


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?

 

Cheers,

 

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140617/c38365a0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: revision.diff
Type: application/octet-stream
Size: 1268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140617/c38365a0/attachment.obj>


More information about the llvm-commits mailing list