Files
rust/compiler
León Orell Valerian Liehr cdca384e40 Rollup merge of #144221 - usamoi:versym, r=bjorn3
generate elf symbol version in raw-dylib

For link names like `aaa@bbb`, it generates a symbol named `aaa` and a version named `bbb`.

For link names like `aaa\0bbb`, `aaa@`@bbb`` or `aa@bb@cc`, it emits errors.

It adds a test that the executable is linked with glibc using raw-dylib.

cc rust-lang/rust#135694
2025-07-24 15:08:23 +02:00
..
2025-07-17 18:06:26 +08:00
2025-07-23 13:33:23 +02:00
2025-07-17 18:06:26 +08:00
2025-07-18 09:36:38 +02:00
2025-07-01 19:00:21 +00:00
2025-06-28 17:58:21 +08:00