[LLVMdev] Getting Started
Joe Abbey
jabbey at arxan.com
Thu Nov 29 09:41:11 PST 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121129/c967c44e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gettingStarted.sh
Type: application/octet-stream
Size: 3936 bytes
Desc: gettingStarted.sh
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121129/c967c44e/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121129/c967c44e/attachment.htm>
More information about the llvm-dev
mailing list