Skip to content

llvm/llvm-zorg

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2024
Mar 21, 2025
Dec 12, 2017
Nov 1, 2019
Sep 1, 2017
Jun 10, 2021
Jan 19, 2019
Mar 5, 2025
Jan 27, 2025
Jul 20, 2024
Mar 27, 2025
Jul 20, 2016
Feb 10, 2025
Dec 16, 2020
Jan 19, 2019
Aug 30, 2016
Aug 26, 2024
Aug 26, 2024

Repository files navigation

Zorg - LLVM Testing Infrastructure
==================================

This directory and its subdirectories contain Zorg, the testing infrastructure
for LLVM.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Zorg consists of several pieces:
 1. Buildbot configurations for LLVM.

 2. Other testing utility scripts.

Zorg is primarily implemented in Python, and has the following layout:
 $ROOT/buildbot/ - Buildbot configurations.
 $ROOT/zorg/ - The root zorg Python module.
 $ROOT/zorg/buildbot/ - Reusable components for buildbot configurations.