Skip to content

Commit cc01a5c

Browse files
committed
backend intro
1 parent f1e0fbc commit cc01a5c

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/SUMMARY.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@
112112
- [Debugging](./mir/debugging.md)
113113
- [Constant evaluation](./const-eval.md)
114114
- [miri const evaluator](./miri.md)
115+
- [Monomorphization](./backend/monomorph.md)
115116
- [Compiler Backend](./backend/backend.md)
116-
- [Monomorphization](./backend/monomorph.md)
117-
- [Lowering MIR](./backend/lowering-mir.md)
118-
- [Code Generation](./backend/codegen.md)
119-
- [Updating LLVM](./backend/updating-llvm.md)
120-
- [Debugging LLVM](./backend/debugging.md)
121-
- [Backend Agnostic Codegen](./backend/backend-agnostic.md)
122-
- [Implicit Caller Location](./codegen/implicit-caller-location.md)
123-
- [Profile-guided Optimization](./profile-guided-optimization.md)
124-
- [Sanitizers Support](./sanitizers.md)
125-
- [Debugging Support in Rust Compiler](./debugging-support-in-rustc.md)
117+
- [Lowering MIR](./backend/lowering-mir.md)
118+
- [Code Generation](./backend/codegen.md)
119+
- [Updating LLVM](./backend/updating-llvm.md)
120+
- [Debugging LLVM](./backend/debugging.md)
121+
- [Backend Agnostic Codegen](./backend/backend-agnostic.md)
122+
- [Implicit Caller Location](./codegen/implicit-caller-location.md)
123+
- [Profile-guided Optimization](./profile-guided-optimization.md)
124+
- [Sanitizers Support](./sanitizers.md)
125+
- [Debugging Support in Rust Compiler](./debugging-support-in-rustc.md)
126126

127127
---
128128

src/backend/backend.md renamed to src/part-5-intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ crate contains code specific to LLVM codegen.
4848
At a very high level, the entry point is
4949
[`rustc_codegen_ssa::base::codegen_crate`][codegen1]. This function starts the
5050
process discussed in the rest of this chapter.
51+

0 commit comments

Comments
 (0)