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 5454- [ Constant evaluation] ( ./const-eval.md )
5555 - [ miri const evaluator] ( ./miri.md )
5656- [ Parameter Environments] ( ./param_env.md )
57- - [ Generating LLVM IR ] ( ./codegen.md )
57+ - [ Code Generation ] ( ./codegen.md )
5858- [ Emitting Diagnostics] ( ./diag.md )
5959
6060---
Original file line number Diff line number Diff line change 33Code generation or "codegen" is the part of the compiler that actually
44generates an executable binary. rustc uses LLVM for code generation.
55
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+
611## What is LLVM?
712
813All 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