Skip to content

classicvalues/apple-llvm-infrastructure-tools

 
 

Repository files navigation

Apple LLVM Infrastructure Tools

This is a collection of tools for maintaining LLVM-project–related infrastructure, including CI, automerging, monorepo transition, and others.

Deploying git-apple-llvm

Prerequisites:

  • Python 3
  • Relatively recent git (git 2.20+ should work)

You can deploy git-apple-llvm by running the install target:

sudo make install                 # Installs into /usr/local/bin
make install PREFIX=/my/directory # Installs into /my/directory/bin

You can always uninstall the tools by running the uninstall target:

sudo make uninstall

More documentation

cd docs/ && make html && open _build/html/index.html for more documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.3%
  • Python 34.2%
  • Shell 21.7%
  • C 3.0%
  • Makefile 1.9%
  • Awk 0.9%