Hacker News new | ask | show | jobs
by xrisk 1692 days ago
You can statically link LLVM, no problem.

In fact, you never have to call any binaries specifically; just do it through code and everything should link at compile-time and become one big binary.

1 comments

This is in fact what Zig does. Everything is statically linked into one binary that is used for compiling, linking, building, testing etc.