autodiff: emit an error if we fail to find libEnzyme Tested manually by moving libEnzyme-21.so away. We should adjust the error msg. once we have the component up. It's the first usage within rustc of this experimental feature, but afaik we're open to dogfooding those for test purpose, right? r? ``@Kobzol`` |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| messages.ftl | ||
| 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.