Skip to content

Instantly share code, notes, and snippets.

@socantre
Created October 10, 2014 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save socantre/14ce70cf01f92bde6859 to your computer and use it in GitHub Desktop.
Save socantre/14ce70cf01f92bde6859 to your computer and use it in GitHub Desktop.
clone llvm
git clone http://llvm.org/git/llvm.git
cd llvm/projects
git clone http://llvm.org/git/compiler-rt.git
git clone http://llvm.org/git/libcxx.git
cd ../tools
git clone http://llvm.org/git/lld.git
git clone http://llvm.org/git/clang.git
cd clang/tools
git clone http://llvm.org/git/clang-tools-extra.git extra
cd ../../../../..
mkdir LLVM-Build
cd LLVM-Build
cmake -G Ninja ../llvm
cmake --build .
cmake --build . --target clang-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment