mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
5b32ab671a
These docs were very out of date and misleading. They even said that they codegen'd the *AST*! For some reason, the `rustc_codegen_ssa::base` docs were exactly identical to the `rustc_codegen_llvm::base` docs. They didn't really make sense, because they had LLVM-specific information even though `rustc_codegen_ssa` is supposed to be somewhat generic. So I removed them as they were misleading.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.