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

Commits on Dec 1, 2024

  1. [cmake] Remove dead code

    vgvassilev committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    aab8463 View commit details
    Browse the repository at this point in the history
  2. [cmake] GTest depends on clad-aware clang.

    Make sure for to add the right dependency in cases clad is built against the
    monorepo.
    vgvassilev committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    cf07998 View commit details
    Browse the repository at this point in the history
  3. [cmake] Improve the cmake infrastructure.

    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.
    vgvassilev committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    6227657 View commit details
    Browse the repository at this point in the history