We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CodegenBackend
1 parent 71da64d commit 462b27aCopy full SHA for 462b27a
1 file changed
src/backend/backend-agnostic.md
@@ -162,7 +162,7 @@ used for high-level codegen-driving functions like `codegen_crate` in
162
`base.rs`. For LLVM, it is the empty `LlvmCodegenBackend`.
163
`ExtraBackendMethods` should be implemented by the same structure that
164
implements the `CodegenBackend` defined in
165
-`rustc_codegen_utils/codegen_backend.rs`.
+`rustc_codegen_ssa/src/traits/backend.rs`.
166
167
During the traitification process, certain functions have been converted from
168
methods of a local structure to methods of `CodegenCx` or `Builder` and a
0 commit comments