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: Bump LDC-LLVM to v12.0.0 #3701

Merged
merged 4 commits into from
Jun 4, 2021
Merged

CI: Bump LDC-LLVM to v12.0.0 #3701

merged 4 commits into from
Jun 4, 2021

Commits on Jun 4, 2021

  1. CI: Bump LDC-LLVM to v12.0.0

    Including bumping the Ubuntu base image from 16.04 to 18.04.
    kinke committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b780c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64db8c8 View commit details
    Browse the repository at this point in the history
  3. Minimally adapt lit-test PGO/indirect_calls.d for LLVM 12

    As the PROFUSE IR matching has regressed on Windows with LLVM 12,
    apparently related to `@weak`.
    kinke committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    225b0c8 View commit details
    Browse the repository at this point in the history
  4. Phobos: Avoid undefined bytes in std.conv.toChars() results for radix 10

    As this trips up the optimized std.conv unittests on 32-bit x86 since
    LLVM 12.
    kinke committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    753431e View commit details
    Browse the repository at this point in the history