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

Update to Clang 16 for MSVC 2022 support #1724

Merged
merged 9 commits into from
Sep 29, 2023
Merged

Update to Clang 16 for MSVC 2022 support #1724

merged 9 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. support clang 15.0.7

    you74674 authored and tritao committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    65c0a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389044f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6909165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d37ef66 View commit details
    Browse the repository at this point in the history
  5. CI fixes.

    tritao committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4a380b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cdb620 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33c6880 View commit details
    Browse the repository at this point in the history
  8. More build fixes.

    tritao committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    78ad409 View commit details
    Browse the repository at this point in the history
  9. Use the system linker for linking symbols libraries outside Windows.

    Builtin lld is giving some weird linking errors when linking with the
    new LLVM version. We probably need to set some custom options. Using the
    system linker should be a better idea anyway, more robust and future
    proof.
    tritao committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a886484 View commit details
    Browse the repository at this point in the history