diff options
| author | bors <bors@rust-lang.org> | 2020-04-19 02:16:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-19 02:16:13 +0000 |
| commit | a0e52b1e82472e4890202082a0482b178f9d6a16 (patch) | |
| tree | 97e9fab0d704b81a6f450eae4c68486244d047ea | |
| parent | 8001b96f48d2c9cd646acd2d16f4e06078f258e1 (diff) | |
| parent | 09633062b692edd9a7534488c0d04e5de5497ed1 (diff) | |
Auto merge of #71102 - tmiasko:compiler-builtins, r=Mark-Simulacrum
Update compiler_builtins to 0.1.27 * aarch64: Exclude FP intrinsics on +nofp or +nosimd * Place intrinsics in individual object files https://github.com/rust-lang/compiler-builtins/compare/0.1.25...0.1.27
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index cf86f44305e..41469fbafe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,9 +565,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.25" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "438ac08ddc5efe81452f984a9e33ba425b00b31d1f48e6acd9e2210aa28cc52e" +checksum = "38f18416546abfbf8d801c555a0e99524453e7214f9cc9107ad49de3d5948ccc" dependencies = [ "cc", "rustc-std-workspace-core", |
