Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sampsyo/llvm-pass-skeleton

example LLVM pass
https://github.com/sampsyo/llvm-pass-skeleton

Last synced: about 2 months ago
JSON representation

example LLVM pass

Awesome Lists containing this project

README

        

# llvm-pass-skeleton

A completely useless LLVM pass.
It's for LLVM 17.

Build:

$ cd llvm-pass-skeleton
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd ..

Run:

$ clang -fpass-plugin=`echo build/skeleton/SkeletonPass.*` something.c