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 some edge cases for mangling #672

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Conversation

Keluaa
Copy link
Contributor

@Keluaa Keluaa commented Feb 22, 2025

Fixes #671, and adds some tests for each edge-case I found.

I checked some of the logic with the Itanium ABI specs (e.g. Ptr), and when possible, if a similarly-defined C++ function would be mangled in the same way.

There might still be some more obscure edge-cases remaining however.

Copy link
Contributor

github-actions bot commented Feb 22, 2025

Your PR no longer requires formatting changes. Thank you for your contribution!

@maleadt
Copy link
Member

maleadt commented Mar 3, 2025

Thanks!

@maleadt maleadt merged commit 1de83c1 into JuliaGPU:master Mar 3, 2025
14 of 18 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.

Wrong mangling for some function signatures
2 participants