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 LLVM 9 #34418

Merged
merged 4 commits into from
Jan 28, 2020
Merged

Update to LLVM 9 #34418

merged 4 commits into from
Jan 28, 2020

Commits on Jan 24, 2020

  1. update to LLVM 9

    vchuravy committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e98f99c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67957da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22fda2f View commit details
    Browse the repository at this point in the history
  4. Force clang-based platforms to choose a cxx ABI

    MacOS and FreeBSD are `clang` based, and so don't typically care about
    our cxxstring ABI versioning, but we still build them because it is
    _possible_ to use `g++` with `libstdc++` on MacOS and FreeBSD, so we
    still need to build the two versions.  For the typical case, however,
    the julia that is built by `clang` won't care which one you use, and so
    this ensures that we just download the `cxx11` one by default.
    vchuravy committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a741e81 View commit details
    Browse the repository at this point in the history