Incremental compilation and codegen that produces no object files #123234
Labels
A-codegen
Area: Code generation
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
It is possible to ask
rustc
to produce intermediate files (assembly, llvm-ir) without asking to produce object files. This works fine as long as incremental compilation is disabled. Once it is enabled - it fails in all sorts of ways - multiple asserts and with those removed - it fails to restore intermediate product from the cache since they are not cached (#123221 deals with that).Fails with this (and more)
Options are:
The text was updated successfully, but these errors were encountered: