rust/compiler/rustc_codegen_ssa
Matthias Krüger cfe0cff5b9
Rollup merge of #130960 - cuviper:cdylib-soname, r=petrochenkov
Only add an automatic SONAME for Rust dylibs

#126094 added an automatic relative `SONAME` to all dynamic libraries, but it was really only needed for Rust `--crate-type="dylib"`. In Fedora, it was a surprise to see `SONAME` on `"cdylib"` libraries like Python modules, especially because that generates an undesirable RPM `Provides`. We can instead add a `SONAME` just for Rust dylibs by passing the crate-type argument farther.

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2314879
2024-09-28 15:11:22 +02:00
..
src Only add an automatic SONAME for Rust dylibs 2024-09-27 15:53:26 -07:00
Cargo.toml bump few deps 2024-09-27 09:23:05 +03:00
messages.ftl simd_shuffle: require index argument to be a vector 2024-09-14 14:43:24 +02:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.