compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

[cmake] Work around a bug in the llvm config. #200

Closed vgvassilev closed 4 months ago

vgvassilev commented 4 months ago

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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.63%. Comparing base (28e9817) to head (3069b95).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/200/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #200 +/- ## ======================================= Coverage 78.63% 78.63% ======================================= Files 8 8 Lines 3056 3056 ======================================= Hits 2403 2403 Misses 653 653 ```