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.
- Host: GitHub
- URL: https://github.com/thrushlang/lld-wrapper
- Owner: thrushlang
- License: gpl-3.0
- Created: 2025-07-22T17:51:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T18:12:59.000Z (6 months ago)
- Last Synced: 2025-07-22T19:30:25.696Z (6 months ago)
- Topics: lld, llvm, wrapper
- Language: C++
- Homepage: https://github.com/thrushlang
- Size: 43.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 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/)**