-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-UnicodeArea: UnicodeArea: UnicodeA-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.
Description
Unfortunately it looks like the awesome changes in #38117 caused breakage while linking when a weird export name is used (probably due to the version script requiring ascii, or some other esoterica):
#[export_name="bad_∢"]
pub extern fn bad(i: usize) {}
NOTE haven't checked this particular version, but certain combinations of values cause linker error complaining about invalid chars in version script.
Metadata
Metadata
Assignees
Labels
A-UnicodeArea: UnicodeArea: UnicodeA-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.