Skip to content

Instantly share code, notes, and snippets.

@tomilov
Created November 24, 2015 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomilov/8ca0707b9819b2e5446c to your computer and use it in GitHub Desktop.
Save tomilov/8ca0707b9819b2e5446c to your computer and use it in GitHub Desktop.
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