rust/compiler/rustc_codegen_llvm/src
bors 80d8270d84 Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35
Update compiler_builtins to 0.1.114

The `weak-intrinsics` feature was removed from compiler_builtins in https://github.com/rust-lang/compiler-builtins/pull/598, so dropped the `compiler-builtins-weak-intrinsics` feature from alloc/std/sysroot.

In https://github.com/rust-lang/compiler-builtins/pull/593, some builtins for f16/f128 were added. These don't work for all compiler backends, so add a `compiler-builtins-no-f16-f128` feature and disable it for cranelift and gcc.
2024-07-29 07:41:33 +00:00
..
back Reformat use declarations. 2024-07-29 08:26:52 +10:00
coverageinfo Reformat use declarations. 2024-07-29 08:26:52 +10:00
debuginfo Reformat use declarations. 2024-07-29 08:26:52 +10:00
llvm Reformat use declarations. 2024-07-29 08:26:52 +10:00
abi.rs Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 2024-07-29 07:41:33 +00:00
allocator.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
asm.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
attributes.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
base.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
builder.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
callee.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
common.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
consts.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
context.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
declare.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
intrinsic.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
llvm_util.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mono_item.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
type_.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
type_of.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
va_arg.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
value.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00