Use shallow clones in build-llvm.py.
authorStephane Sezer <sas@cd80.net>
Wed, 2 Mar 2016 20:53:19 +0000 (20:53 +0000)
committerStephane Sezer <sas@cd80.net>
Wed, 2 Mar 2016 20:53:19 +0000 (20:53 +0000)
commitc691b14a416b81437ac8184c4f918bb5a292c609
tree3df4fc939250d01eb7940d0006124c6308d16689
parent989e601b2667619feb0f829fbc02ef5cf64babe8
Use shallow clones in build-llvm.py.

Summary:
This makes cloning (and therefore the whole build) faster.
The checkout step goes from ~4m to ~30s on my host.

Reviewers: tfiala

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D17425

llvm-svn: 262513
lldb/scripts/Xcode/lldbbuild.py