[LLVMdev] Advise on Git mirror for llvm-lit

Konstantin Tokarev annulen at yandex.ru
Sat Mar 1 04:33:44 PST 2014



28.02.2014, 20:58, "Daniel Liew" <daniel.liew at imperial.ac.uk>:
> Hi,
>
> I find the llvm-lit tool incredibly useful for other to setup a git
> mirror that mirrors only stuff in utils/lit which I could then use as
> a git submodule in other projects I work on. The rationale for doing
> this is that that cloning the llvm git repository is wasteful if I
> only want llvm-lit.

Are you sure you really need git, or you just want to install last stable
version? If the latter, run `pip install lit` to install it system-wide.

https://pypi.python.org/pypi/lit/0.2.0

-- 
Regards, Konstantin



More information about the llvm-dev mailing list