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

Bump compiler-builtins to 0.1.15 #60981

Merged
merged 1 commit into from
May 23, 2019

Commits on May 22, 2019

  1. Bump compiler-builtins to 0.1.15

    This commit bumps the `compiler-builtins` dependency to 0.1.15 which
    expects to have the source for `compiler-rt` provided externally if the
    `c` feature is enabled. This then plumbs through the necessary support
    in the build system to ensure that if the `llvm-project` directory is
    checked out and present that we enable the `c` feature of
    `compiler-builtins` and compile in all the C intrinsics.
    alexcrichton committed May 22, 2019
    Configuration menu
    Copy the full SHA
    e59f0cc View commit details
    Browse the repository at this point in the history