mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
9396452592
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.
This directory currently contains some LLVM support code. This will generally be sent upstream to LLVM in time; for now it lives here.