Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Improve the cmake infrastructure. #1159

Merged
merged 3 commits into from
Dec 1, 2024
Merged

Conversation

vgvassilev
Copy link
Owner

This patch continues to improve the builds of Clad in the context of the llvm mono repo. It tries to reuse as much infrastructure as possible between the packaged version of llvm and in-tree builds. This is why we have dropped the CLANG_ variable as they are not available in the in-tree builds. We have a good replacement as we always require LLVM and Clang to be in sync and this is the way they are distributed anyway.

Make sure for to add the right dependency in cases clad is built against the
monorepo.
This patch continues to improve the builds of Clad in the context of the llvm
mono repo. It tries to reuse as much infrastructure as possible between the
packaged version of llvm and in-tree builds. This is why we have dropped the
CLANG_ variable as they are not available in the in-tree builds. We have a
good replacement as we always require LLVM and Clang to be in sync and this
is the way they are distributed anyway.
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.56%. Comparing base (fc69799) to head (6227657).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1159   +/-   ##
=======================================
  Coverage   94.56%   94.56%           
=======================================
  Files          51       51           
  Lines        8944     8944           
=======================================
  Hits         8458     8458           
  Misses        486      486           

@vgvassilev vgvassilev merged commit 48b76c4 into master Dec 1, 2024
88 checks passed
@vgvassilev vgvassilev deleted the cmake-improvements branch December 1, 2024 14:04
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