/llvm-skeletons

LLVM opt pass plugin skeletons

Primary LanguageCMakeMIT LicenseMIT

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.