rust/compiler/rustc_codegen_llvm
Josh Stone 0342fd16ff Remove the unused context from CreateDebugLocation
This went unused in commit 88d874de6395, part of #68965.
2021-01-13 11:55:49 -08:00
..
2020-10-24 22:39:42 -04:00

The codegen crate contains the code to convert from MIR into LLVM IR, and then from LLVM IR into machine code. In general it contains code that runs towards the end of the compilation process.

For more information about how codegen works, see the rustc dev guide.