Skip to content

Restore ConstStringFolder JIT stubs for self-host probe (#1097)#1166

Merged
PurHur merged 1 commit into
masterfrom
fix/conststringfolder-probe-icmp
May 23, 2026
Merged

Restore ConstStringFolder JIT stubs for self-host probe (#1097)#1166
PurHur merged 1 commit into
masterfrom
fix/conststringfolder-probe-icmp

Conversation

@PurHur
Copy link
Copy Markdown
Owner

@PurHur PurHur commented May 23, 2026

Summary

  • Revert isConstStringFolderRealLoweringMethod() to always return false so bootstrap-selfhost-compile-probe passes again.

Root cause

PR #1159 landed with ConstStringFolder real lowering re-enabled; LLVM 9 then fails module verification (ICmp operand type mismatch) during the self-host compile probe (#1097).

Test plan

  • BOOTSTRAP_SELFHOST_PROBE_GATE=1 ./script/bootstrap-selfhost-compile-probe.php — OK

Made with Cursor

Re-enabling ConstStringFolder real lowering broke
bootstrap-selfhost-compile-probe with LLVM ICmp type mismatch.

Co-authored-by: Cursor <cursoragent@cursor.com>
@PurHur PurHur merged commit 0803de3 into master May 23, 2026
@PurHur PurHur deleted the fix/conststringfolder-probe-icmp branch May 23, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant