ghaith / lld-rs

LLD in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLD-rs

LLD Bindings for Rust

Split from mun-lang to be used on its own

Usage

Add to Cargo.toml

lld_rs = { git = "https://github.com/ghaith/lld-rs", tag = "v130.0.0" 

Use tag = "v120.0.0" for LLVM12 and tag = "v130.0.0" for LLVM13

About

LLD in Rust

License:Other


Languages

Language:Rust 85.8%Language:C++ 14.2%