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] Enable building clad within the LLVM monorepo. #1157

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

vgvassilev
Copy link
Owner

This patch allows us to build with `cmake -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_EXTERNAL_PROJECTS=clad -DLLVM_EXTERNAL_CLAD_SOURCE_DIR=<path_to_clad> ...

This patch allows us to build with `cmake -DLLVM_ENABLE_PROJECTS="clang"
-DLLVM_EXTERNAL_PROJECTS=clad -DLLVM_EXTERNAL_CLAD_SOURCE_DIR=<path_to_clad> ...
Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.56%. Comparing base (fe11e45) to head (03cf3fa).
Report is 5 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1157      +/-   ##
==========================================
+ Coverage   94.43%   94.56%   +0.13%     
==========================================
  Files          51       51              
  Lines        8928     8944      +16     
==========================================
+ Hits         8431     8458      +27     
+ Misses        497      486      -11     

see 3 files with indirect coverage changes

see 3 files with indirect coverage changes

@vgvassilev vgvassilev merged commit c060242 into master Nov 30, 2024
88 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.

1 participant