Skip to content
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

Fix crashing name mangler #1910

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Conversation

duckdoom5
Copy link
Contributor

It was crashing on the name mangler (MC->mangle()) call when I was parsing system libraries so I updated it to match the version from clang.

One thing I'm not sure about is the 'stripping away of the away LLVM name marker' as well as doing both backend and frontend mangling now. Is there a way to verify that it's working as intended? I assume there are tests for this?

@tritao tritao merged commit 4250c0e into mono:main Feb 6, 2025
7 checks passed
@duckdoom5 duckdoom5 deleted the fix/name-mangler-crashing branch February 6, 2025 22:17
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.

2 participants