rustc-LLVM ERROR: Cannot select
with -C code-model=large
#138899
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Unfortunately this is far from an MRE, but I wanted to report it anyway in case anyone else has the same problem.
Code
uv in https://github.com/astral-sh/uv at ae880c6d48671fbe84d304d3f86b9666ee89ad54
When compiling in CI in a 32-bit docker container, we were experiencing out-of-memory errors ("rustc-LLVM ERROR: out of memory" - the build was using more than 4GB of RAM), so we tried adding
-C code-model=large
to reduce the memory usage. Doing so, we instead got an error with llvm internals when compiling the final binary (https://github.com/astral-sh/uv/actions/runs/14040533118/job/39309313189):Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: