https://github.com/mrlsd/llvm-ir-tutor
LLVM IR Tutorial
https://github.com/mrlsd/llvm-ir-tutor
Last synced: 11 months ago
JSON representation
LLVM IR Tutorial
- Host: GitHub
- URL: https://github.com/mrlsd/llvm-ir-tutor
- Owner: mrLSD
- License: mit
- Created: 2023-02-18T00:19:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T00:46:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T14:42:41.369Z (about 1 year ago)
- Language: LLVM
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLVM IR Tutorial
It's simply LLVM IR tutorial
for deep diving to LLVM IR.
## Requirements
*
* gcc
* docker
## How to
Just run: `make run`.
It will run llvm compiler via docker. And build executable file via gcc.
## Documentation
* [LLVM Language Reference Manual¶](https://llvm.org/docs/LangRef.html)
* [Mapping high level constructs to llvm ir](https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/basic-constructs/)
## LICENCE: [MIT](LICENSE)