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

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

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

Last synced: about 1 year 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