Skip to content

thrushlang/lld-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

LLVM Linker Wrapper

A small library that bridges the C++ LLVM Linker (LLD) API to Rust, for use with the Thrush 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

About

LLVM Linker (LLD) wrapper to be embedded into the Thrush Compiler.

Topics

Resources

License

Stars

Watchers

Forks