Update link to debugging codegen
This commit is contained in:
parent
51c36400ab
commit
5a9da9eba0
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ Code generation or "codegen" is the part of the compiler that actually
|
|||
generates an executable binary. rustc uses LLVM for code generation.
|
||||
|
||||
> NOTE: If you are looking for hints on how to debug code generation bugs,
|
||||
> please see [this section of the debugging chapter][debug].
|
||||
> please see [this section of the debugging chapter][debugging].
|
||||
|
||||
[debug]: compiler-debugging.html#debugging-llvm
|
||||
[debugging]: codegen/debugging.html
|
||||
|
||||
## What is LLVM?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue