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

rustc: Fix support for LLVM 3.3 #12719

Merged
merged 1 commit into from
Mar 6, 2014
Merged

Commits on Mar 6, 2014

  1. rustc: Fix support for LLVM 3.3

    The llvm.copysign and llvm.round intrinsics weren't added until LLVM 3.4, so if
    we're on LLVM 3.3 we lower these to calls in libm instead of LLVM intrinsics.
    
    This should fix our travis failures.
    alexcrichton committed Mar 6, 2014
    6 Configuration menu
    Copy the full SHA
    9396452 View commit details
    Browse the repository at this point in the history