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

https://github.com/widgetii/proxygen

My experiments with LLVM codegen
https://github.com/widgetii/proxygen

Last synced: about 1 month ago
JSON representation

My experiments with LLVM codegen

Awesome Lists containing this project

README

          

## Prerequisites

https://clang.llvm.org/docs/LibASTMatchersTutorial.html

## How to build

```
export LLVM_DIR=
cmake -H. -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -GNinja
cmake --build build
```