File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 112
112
- [ Debugging] ( ./mir/debugging.md )
113
113
- [ Constant evaluation] ( ./const-eval.md )
114
114
- [ miri const evaluator] ( ./miri.md )
115
+ - [ Monomorphization] ( ./backend/monomorph.md )
115
116
- [ 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 )
126
126
127
127
---
128
128
Original file line number Diff line number Diff line change @@ -48,3 +48,4 @@ crate contains code specific to LLVM codegen.
48
48
At a very high level, the entry point is
49
49
[ ` rustc_codegen_ssa::base::codegen_crate ` ] [ codegen1 ] . This function starts the
50
50
process discussed in the rest of this chapter.
51
+
You can’t perform that action at this time.
0 commit comments