[llvm-commits] script for updating LLVM + Clang from anywhere in the tree

Zhanyong Wan (λx.x x) wan at google.com
Fri Apr 9 13:01:31 PDT 2010


Hi,

I have a script for updating both LLVM and Clang source trees to a
given revision, from anywhere in either of the trees.

USAGE:
    upllvm.py         # Updates to HEAD.
    upllvm.py 12345   # Updates to r12345.
    upllvm.py r12345  # The same as the previous command.

Could someone review the patch?  Thanks,
-- 
Zhanyong
-------------- next part --------------
A non-text attachment was scrubbed...
Name: upllvm.patch
Type: text/x-patch
Size: 1843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100409/5471ba60/attachment.bin>


More information about the llvm-commits mailing list