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

https://github.com/spektom/llvm-playground

Playing with LLVM for the purpose of building JIT compiler
https://github.com/spektom/llvm-playground

Last synced: 3 months ago
JSON representation

Playing with LLVM for the purpose of building JIT compiler

Awesome Lists containing this project

README

        

llvm-playground
================

Playing with LLVM for the purpose of building compile-time optimized Jit.

## Prerequisites

* LLVM 8
* CMake 3.12+
* GCC 8+ or Clang 8+
* Glog 0.4+

## Compiling

mkdir build
CXX=/usr/local/opt/llvm/bin/clang++ cmake ..
make VERBOSE=1