rust/compiler/rustc_codegen_ssa/src
bors dedfb9c214 Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov
Wrap bundled static libraries into object files

Fixes #103044 (not sure, couldn't test locally)

Bundled static libraries should be wrapped into object files as it's done for metadata file.

r? `@petrochenkov`
2022-11-15 00:38:08 +00:00
..
back Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov 2022-11-15 00:38:08 +00:00
coverageinfo Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
debuginfo [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
mir add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
traits Add type_array to BaseTypeMethods 2022-11-06 14:18:36 +05:30
base.rs linker: Simplify linking of compiler_builtins and profiler_builtins 2022-11-12 23:02:33 +03:00
common.rs Simplify cast_shift_expr_rhs. 2022-10-25 14:39:20 +11:00
errors.rs Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
glue.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
lib.rs ADD - initial port of link.rs 2022-10-07 10:03:45 -04:00
meth.rs Call destructors when dyn* object goes out of scope 2022-09-12 16:55:57 -07:00
mono_item.rs Add codegen for global_asm! sym operands 2022-04-15 14:36:30 +01:00
target_features.rs Add multivalue target feature to WASM target 2022-10-27 18:08:30 +02:00