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

Azure & Shippable: Upgrade LDC-LLVM to v9.0.0 #3166

Merged
merged 11 commits into from
Sep 25, 2019
Merged

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    1eb693c View commit details
    Browse the repository at this point in the history
  2. Add support for LLVM 9.0.0

    Including some of Nicholas' fixes in ldc-developers#3144.
    kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    0301234 View commit details
    Browse the repository at this point in the history
  3. Adapt jit-rt to LLVM 9

    kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    0ab79c1 View commit details
    Browse the repository at this point in the history
  4. Adapt lit-tests to LLVM 9

    kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c25614e View commit details
    Browse the repository at this point in the history
  5. Adapt PGO lit-tests to LLVM 9 on Windows

    The linkage for the counters changed from `internal` to `linkonce_odr
     dso_local`, and the previous regex didn't allow underscores.
    kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c82e89f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f3dbdf View commit details
    Browse the repository at this point in the history
  7. Align with Clang what -fsanitize=fuzzer implies

    See Clang rev 312346: https://llvm.org/viewvc/llvm-project?view=revision&revision=312346
    TracePCGuard is no longer supported by LLVM >= 9.0.
    JohanEngelen authored and kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    2943688 View commit details
    Browse the repository at this point in the history
  8. Fix fuzzing: inline-8bit-counters should also imply edge tracing

    This fixes the fuzz breakage introduced in the previous commit.
    JohanEngelen authored and kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    17a2387 View commit details
    Browse the repository at this point in the history
  9. Adapt fsanitize_fuzzer lit test

    kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    76996a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5396ed3 View commit details
    Browse the repository at this point in the history
  11. Adapt sanitizers/link_fuzzer test to LLVM 9

    The C++ lib apparently isn't required with shared druntime/Phobos.
    kinke committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    2a59bf1 View commit details
    Browse the repository at this point in the history