Skip to content

markun/llvm-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

These instructions will allow you to easily checkout the latest source of LLVM, including the clang compiler and various tools.

Requirements

To checkout the LLVM source tree, get the repo tool: https://source.android.com/source/downloading.html#installing-repo

Initialize source tree

For the initial checkout of the source tree, perform the following steps:

# mkdir llvm
# cd llvm
# repo init -u https://github.com/markun/llvm-repo.git
# repo sync

Update source tree

To update the source tree, enter the llvm directory and do:

# repo sync

Building LLVM

To build LLVM, follow the instructions at: http:https://llvm.org/docs/CMake.html

About

Get LLVM sources using Google's repo tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published