Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewxs/llvm-test
A simple language for llvm testing purposes
https://github.com/drewxs/llvm-test
Last synced: 7 days ago
JSON representation
A simple language for llvm testing purposes
- Host: GitHub
- URL: https://github.com/drewxs/llvm-test
- Owner: drewxs
- Created: 2024-09-08T05:28:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T01:49:07.000Z (5 months ago)
- Last Synced: 2024-09-14T15:14:08.878Z (5 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLVM Test
A simple toy language for testing out LLVM.
## Building
```sh
make
```## Running
```sh
make run
# or
./bin/main
```---
[License](https://github.com/drewxs/llvm-test/blob/main/LICENSE)