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

[CI] Build and cache seprate Clang and GCC builds of LLVM #3242

Merged
merged 1 commit into from
Jun 2, 2022

Commits on Jun 1, 2022

  1. [CI] Build and cache seprate Clang and GCC builds of LLVM

    Code compiled with Clang cannot be linked with GCC due to
    incompatibilities related to lambda closure capture lists.
    
    This patch builds and caches LLVM with Clang to be used
    with the Clang Release build and with GCC to be used with
    the GCC Debug build of CIRCT.
    
    The ABI issue and a potential fix is being tracked here:
    itanium-cxx-abi/cxx-abi#141
    nandor committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    332c8ea View commit details
    Browse the repository at this point in the history