https://github.com/elefthei/llvm-sample
Sample LLVM project with CMake and batteries included
https://github.com/elefthei/llvm-sample
cmake llvm
Last synced: 4 days ago
JSON representation
Sample LLVM project with CMake and batteries included
- Host: GitHub
- URL: https://github.com/elefthei/llvm-sample
- Owner: elefthei
- Created: 2018-03-29T01:13:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T05:13:11.000Z (over 8 years ago)
- Last Synced: 2025-10-25T17:43:33.686Z (9 months ago)
- Topics: cmake, llvm
- Language: CMake
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llvm-sample
Sample LLVM project with CMake and batteries included.
Includes silly pass with main() program and CMake, some of it borrowed from KLEE.