Skip to content

Commit

Permalink
Update link to debugging codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrobertson authored and mark-i-m committed Mar 22, 2019
1 parent c7d4e2f commit 67ec74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 67ec74d

Please sign in to comment.