Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.04 KB

links.md

File metadata and controls

28 lines (21 loc) · 1.04 KB

Collection of Links

LLVM

Howto

The main source of documentation about how to use LLVM IR was the Clang C++ front-end:

clang -S -emit-llvm -o example.llr example.cpp
cat example.llr

C++ example translations with Clang unravel how to map specific constructs into LLVM IR.

Manuals

Documentation with Examples

Optimization

Some Deeper Digging

LuaRocks (packaging)