Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 178 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 178 Bytes

dld -- The dummy linker

A very WIP linker.

Try it out

$ cargo build && clang -o test ./tests/c/printf.c -fuse-ld=/path/to/dld/target/debug/dld
$ ./test # works