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

https://github.com/thrushlang/lld-wrapper

LLVM Linker (LLD) Wrapper to be embedded into the Thrush Compiler.
https://github.com/thrushlang/lld-wrapper

lld llvm wrapper

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

logo

## LLVM Linker Wrapper

It is a small library that serves as a bridge to the LLVM Linker (LLD) API from C++ to Rust.

### References

- **[LLVM Linker (LLD)](https://lld.llvm.org/)**