[LLVMdev] Getting Started
Jim Grosbach
grosbach at apple.com
Thu Nov 29 10:52:03 PST 2012
This is very cool. Thanks for doing this!
-Jim
On Nov 29, 2012, at 9:41 AM, Joe Abbey <jabbey at arxan.com> wrote:
> I know this process is well documented here http://llvm.org/docs/GettingStarted.html
>
> But man do I love scripting things:
>
> LLVM Getting Started (See http://llvm.org/docs/GettingStarted.html)
> ./getttingStarted.sh [-clang] [-compiler-rt] [-test-suite] [-branch branch]
> [-dir path] [-r rev]
>
> By default this script checks out ToT LLVM to the current working directory
>
> Project Options:
> -clang Checkout Clang repo
> -compiler-rt Checkout Compiler RT
> -test-suite Checkout LLVM test-suite
>
> Configuration Options:
> -branch branch Checkout a specific branch, default trunk
> -dir path Checkout to path instead of current working dir
> -r rev Checkout to a specific revision
> -v Verbose mode
>
> -help Print this message
>
> The shell script is attached, if you are interested. Perhaps we can add this to the GettingStarted doc?
>
> Joe
>
> <gettingStarted.sh>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121129/e422e3f0/attachment.html>
More information about the llvm-dev
mailing list