This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 46763a6
authored
Unrolled build for rust-lang#140505
Rollup merge of rust-lang#140505 - petrochenkov:expquote, r=bjorn3
linker: Quote symbol names in .def files
To support weird symbol names, including dots in particular.
cc [rust-lang#134767](rust-lang#134767 (comment))File tree
2 files changed
+13
-1
lines changed- compiler/rustc_codegen_ssa/src/back
- tests/ui/linking
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
820 | 822 | | |
821 | 823 | | |
822 | 824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments