This revision was automatically updated to reflect the committed changes.
Closed by commit rL262513: Use shallow clones in build-llvm.py. (authored by
sas).
Changed prior to commit:
http://reviews.llvm.org/D17425?vs=48427&id=49663#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17425
File
tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.
In http://reviews.llvm.org/D17425#363665, @tfiala wrote:
> Nah - please go ahead and submit it. I'll just make sure I add the ability
> to specify arbitrary git flags for the git part so you
Nah - please go ahead and submit it. I'll just make sure I add the ability
to specify arbitrary git flags for the git part so you can have this when I
put the new change in.
On Mon, Feb 22, 2016 at 7:23 PM, Stephane Sezer via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> sas added a subsc
sas added a subscriber: sas.
sas added a comment.
Ah, sounds like a cool change. Should we wait until your stuff goes in or
are you still ok with submitting my patch in the meantime?
http://reviews.llvm.org/D17425
___
lldb-commits mailing list
lldb-
tfiala added a comment.
(Stephane, I've got a change in the works that is currently backed up behind
some other things, but it allows better mapping of Xcode lldb configuration to
llvm/clang configuration, and includes specifying if svn or git should be used.
It will actually default to svn.
tfiala added a reviewer: spyffe.
tfiala added a comment.
+Sean
Sean, I'm okay with this for now. You know my changes coming down the pipe,
and I can add a configuration setting for the git side that lets us optionally
add in the history truncation. Thoughts?
http://reviews.llvm.org/D17425
sas created this revision.
sas added a reviewer: tfiala.
sas added a subscriber: lldb-commits.
This makes cloning (and therefore the whole build) faster.
The checkout step goes from ~4m to ~30s on my host.
http://reviews.llvm.org/D17425
Files:
scripts/Xcode/lldbbuild.py
Index: scripts/Xcode/l