Created
November 24, 2015 06:33
-
-
Save tomilov/8ca0707b9819b2e5446c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
svn co https://llvm.org/svn/llvm-project/llvm/trunk llvm | |
cd llvm/projects/ | |
svn co https://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi | |
svn co https://llvm.org/svn/llvm-project/libcxx/trunk libcxx | |
svn co https://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt | |
svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp | |
cd ../tools | |
svn co https://llvm.org/svn/llvm-project/cfe/trunk clang | |
svn co https://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra | |
svn co https://llvm.org/svn/llvm-project/polly/trunk polly | |
svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment