Skip to content

compor/llvm-skeletons

Repository files navigation

llvm-skeletons - Various templates for LLVM-based projects

Introduction

This repository contains a collection of various template-skeleton projects that use various parts of the LLVM infrastructure.

Description

  • skeleton-opt-pass Build Status
    This is a full-fledged LLVM opt pass template with support for unit and regression tests.