Hacker News new | ask | show | jobs
by sedatk 506 days ago
Because Rust compiler generates IR bytecode, not machine code.
1 comments

That's the reason to use llvm as part of Rust compiler toolchain, not to use gcc or clang as linker manager?
You're right, @davidlattimore seems to have answered that.