Skip to content

Commit 462b27a

Browse files
committed
Update CodegenBackend path
1 parent 71da64d commit 462b27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/backend-agnostic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ used for high-level codegen-driving functions like `codegen_crate` in
162162
`base.rs`. For LLVM, it is the empty `LlvmCodegenBackend`.
163163
`ExtraBackendMethods` should be implemented by the same structure that
164164
implements the `CodegenBackend` defined in
165-
`rustc_codegen_utils/codegen_backend.rs`.
165+
`rustc_codegen_ssa/src/traits/backend.rs`.
166166

167167
During the traitification process, certain functions have been converted from
168168
methods of a local structure to methods of `CodegenCx` or `Builder` and a

0 commit comments

Comments
 (0)