rust/compiler/rustc_codegen_llvm
Matthias Krüger 6d2033512b
Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726
Enable eager checks for memory sanitizer

Fixes #99179
2022-09-09 07:02:30 +02:00
..
src Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 2022-09-09 07:02:30 +02:00
Cargo.toml Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00:00
README.md

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.