Skip to content

feat: enable TCC JIT on macOS#98

Merged
esrrhs merged 1 commit into
masterfrom
feat/enable-tcc-macos
May 16, 2026
Merged

feat: enable TCC JIT on macOS#98
esrrhs merged 1 commit into
masterfrom
feat/enable-tcc-macos

Conversation

@esrrhs
Copy link
Copy Markdown
Owner

@esrrhs esrrhs commented May 16, 2026

Summary

  • Enable TCC JIT tests on macOS now that arm64 ABI compatibility issues have been fixed
  • Add executable permission to build scripts (bison/build.sh, flex/build.sh)

Context

Previously, TCC JIT was disabled on macOS due to arm64 codegen issues. After the fixes in commits c9d3532 (arm64 ABI compatibility) and 384be54 (CVar POD for arm64 ABI), TCC JIT should now work correctly on macOS.

Test plan

  • Verify macOS CI passes with TCC JIT tests enabled
  • Confirm all unit tests pass on Linux (verified locally: 411 tests passed)

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.80%. Comparing base (cab78d0) to head (647d2c5).
⚠️ Report is 136 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   96.70%   97.80%   +1.10%     
==========================================
  Files          62       67       +5     
  Lines        9198    12000    +2802     
==========================================
+ Hits         8895    11737    +2842     
+ Misses        303      263      -40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@esrrhs esrrhs merged commit 65dc761 into master May 16, 2026
7 checks passed
@esrrhs esrrhs deleted the feat/enable-tcc-macos branch May 16, 2026 14:30
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.

2 participants