Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/widgetii/proxygen

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

Last synced: 20 days 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
```