hyp / apple-llvm-infrastructure-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C++ 43.1%Language:Python 24.7%Language:Shell 23.8%Language:C 4.3%Language:Makefile 2.2%Language:Awk 1.6%Language:Groovy 0.3%