Skip to content

[COFF][Mips] Set PrivateGlobalPrefix to .L #140033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025

Conversation

yingopq
Copy link
Contributor

@yingopq yingopq commented May 15, 2025

When calling external functions which start with L, would generate error: assembler label 'LeaveFoo' can not be undefined. This pr would fix this issue.

Fix #134914.

When calling external functions which start with `L`, would generate
error: assembler label 'LeaveFoo' can not be undefined.
This pr would fix this issue.

Fix llvm#134914.
@wzssyqa wzssyqa merged commit ca6398c into llvm:main May 16, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MIPS] Function named Leave* or Local* are refused
2 participants