2128 Forks
4524 Stars
4524 Watchers

llvm

Project moved to: https://github.com/llvm/llvm-project

How to download and setup llvm

Open terminal and run command
git clone https://github.com/llvm-mirror/llvm.git
git clone is used to create a copy or clone of llvm repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with llvm https://github.com/llvm-mirror/llvm/archive/master.zip

Or simply clone llvm with SSH
[email protected]:llvm-mirror/llvm.git

If you have some problems with llvm

You may open issue on llvm support forum (system) here: https://github.com/llvm-mirror/llvm/issues