Rust and GCC, two different ways
Rust and GCC, two different ways
Posted Oct 4, 2021 16:10 UTC (Mon) by comex (subscriber, #71521)Parent article: Rust and GCC, two different ways
Nit: It's not that LLVM has an API that allows plugging in an alternative code generator. Rather, rustc has support for pluggable code generators, of which LLVM is one. rustc does not otherwise depend on any LLVM components.
But at present LLVM is the only code generator not considered experimental.
