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] Work around a bug in the llvm config. #794

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

vgvassilev
Copy link
Owner

In short we use variables which require including GNUInstallDirs but we are expecting somebody else to include it for us.

See llvm/llvm-project#83802

In short we use variables which require including `GNUInstallDirs` but we are
expecting somebody else to include it for us.

See llvm/llvm-project#83802
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.87%. Comparing base (f242077) to head (0b42ea5).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #794   +/-   ##
=======================================
  Coverage   94.87%   94.87%           
=======================================
  Files          49       49           
  Lines        7478     7478           
=======================================
  Hits         7095     7095           
  Misses        383      383           

@vgvassilev vgvassilev merged commit 20826a3 into master Mar 4, 2024
81 checks passed
@vgvassilev vgvassilev deleted the fix-windows branch March 4, 2024 17:43
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