Hacker News new | ask | show | jobs
by sanxiyn 4215 days ago
rustc needs to interact with C ABI functions. To start, rustc needs to be able to call LLVM. As LLVM is not written in Rust, this is done with LLVM C API.