File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 54
54
- [ Constant evaluation] ( ./const-eval.md )
55
55
- [ miri const evaluator] ( ./miri.md )
56
56
- [ Parameter Environments] ( ./param_env.md )
57
- - [ Generating LLVM IR ] ( ./codegen.md )
57
+ - [ Code Generation ] ( ./codegen.md )
58
58
- [ Emitting Diagnostics] ( ./diag.md )
59
59
60
60
---
Original file line number Diff line number Diff line change 3
3
Code generation or "codegen" is the part of the compiler that actually
4
4
generates an executable binary. rustc uses LLVM for code generation.
5
5
6
+ > NOTE: If you are looking for hints on how to debug code generation bugs,
7
+ > please see [ this section of the debugging chapter] [ debug ] .
8
+
9
+ [ debug ] : compiler-debugging.html#debugging-llvm
10
+
6
11
## What is LLVM?
7
12
8
13
All of the preceeding chapters of this guide have one thing in common: we never
You can’t perform that action at this time.
0 commit comments