Update link to debugging codegen

This commit is contained in:
Dan Robertson 2019-03-20 14:03:54 +00:00 committed by Who? Me?!
parent dbffbfcc6b
commit cebb3ca661
1 changed files with 2 additions and 2 deletions

View File

@ -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?