Skip to content

Commit b102605

Browse files
authored
Merge pull request #2856 from cijiugechu/codegen-backend-path
Update `CodegenBackend` path
2 parents 71da64d + 462b27a commit b102605

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)