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

https://github.com/yutopp/llvm-jit-test

LLVMのJITを試してみるよ!
https://github.com/yutopp/llvm-jit-test

Last synced: about 2 months ago
JSON representation

LLVMのJITを試してみるよ!

Awesome Lists containing this project

README

        

NYSL

```
mkdir test_build
cd test_build
cmake ../.
make
```