# apple-llvm-infrastructure-tools **Repository Path**: mirrors_apple/apple-llvm-infrastructure-tools ## Basic Information - **Project Name**: apple-llvm-infrastructure-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.