diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-01-16 01:47:15 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-02-04 11:49:01 +0000 |
| commit | 90fee92fcccb7913d5e40e1526f858d67fdedd75 (patch) | |
| tree | aac0fc1f2e65852539bb6a30c1213b2ebbb77a5d /compiler/rustc_codegen_cranelift/patches | |
| parent | 8a8b4641754e9ce8a31b272dda6567727452df9e (diff) | |
| download | rust-90fee92fcccb7913d5e40e1526f858d67fdedd75.tar.gz rust-90fee92fcccb7913d5e40e1526f858d67fdedd75.zip | |
Update `compiler-builtins` to 0.1.145
This includes [1] which is required for LLVM 20. [1]: https://github.com/rust-lang/compiler-builtins/pull/752
Diffstat (limited to 'compiler/rustc_codegen_cranelift/patches')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch b/compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch index bf58e485158..bac411d1eb0 100644 --- a/compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch +++ b/compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch @@ -16,8 +16,8 @@ index 7165c3e48af..968552ad435 100644 [dependencies] core = { path = "../core" } --compiler_builtins = { version = "=0.1.143", features = ['rustc-dep-of-std'] } -+compiler_builtins = { version = "=0.1.143", features = ['rustc-dep-of-std', 'no-f16-f128'] } +-compiler_builtins = { version = "=0.1.145", features = ['rustc-dep-of-std'] } ++compiler_builtins = { version = "=0.1.145", features = ['rustc-dep-of-std', 'no-f16-f128'] } [dev-dependencies] rand = { version = "0.8.5", default-features = false, features = ["alloc"] } |
