Skip to content

Fix llvm, lld and clang max supported versions in cmake#825

Merged
mcbarton merged 1 commit intocompiler-research:mainfrom
mcbarton:fix-max-llvm-cmake
Feb 25, 2026
Merged

Fix llvm, lld and clang max supported versions in cmake#825
mcbarton merged 1 commit intocompiler-research:mainfrom
mcbarton:fix-max-llvm-cmake

Conversation

@mcbarton
Copy link
Copy Markdown
Collaborator

@mcbarton mcbarton commented Feb 25, 2026

The max llvm, lld and clang versions in the cmakelists.txt allow you to try and build with llvm 22, despite CppInterOp not currently supporting it yet. This change accidentally got included in my PR which dropped llvm 18 support. This PR reverts them to the correct values until we actually have llvm 22 support.

@mcbarton mcbarton requested a review from vgvassilev February 25, 2026 14:50
Copy link
Copy Markdown
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.56%. Comparing base (33a5ba5) to head (896e932).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #825   +/-   ##
=======================================
  Coverage   79.56%   79.56%           
=======================================
  Files          11       11           
  Lines        4012     4012           
=======================================
  Hits         3192     3192           
  Misses        820      820           

see 1 file with indirect coverage changes
see 1 file with indirect coverage changes

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

@mcbarton mcbarton merged commit 1e6148c into compiler-research:main Feb 25, 2026
56 of 57 checks passed
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