LTO bitcode is compiler-version-specific. The wheel built with clang 17 produces bitcode that clang 16 (used in openpilot CI) cannot read. Disable IPO to produce standard object files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>