Ecosyste.ms: Awesome
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 6 hours ago
JSON representation
LLVMのJITを試してみるよ!
- Host: GitHub
- URL: https://github.com/yutopp/llvm-jit-test
- Owner: yutopp
- Created: 2014-03-16T14:50:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T14:50:58.000Z (almost 11 years ago)
- Last Synced: 2024-05-21T12:36:28.943Z (8 months ago)
- Language: C++
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NYSL
```
mkdir test_build
cd test_build
cmake ../.
make
```