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

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

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)