Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 568 Bytes

File metadata and controls

18 lines (11 loc) · 568 Bytes

logo

LLVM Linker Wrapper

A small library that bridges the C++ LLVM Linker (LLD) API to Rust, for use with the Thrust compiler as an integrated linker.

Flavors

Flavors represent the executable assembler or binary variants that you can link using the library.

  • COFF (Windows)
  • ELF (Linux)
  • Mach0 (MacOS)
  • WASM (WebAssembly)

References