Skip to content

Add AArch64 and ARM targets to the "relocatable" (P1144) builder #90

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 12, 2025

Conversation

Quuxplusone
Copy link
Contributor

I think this might at least partly address what I asked on Slack on April 26th: how to get the compiler on godbolt.org to show ARM64 assembly if you pass the right options. (My latest attempt to get this compiler to produce armv8.3-a assembly: https://godbolt.org/z/ojvYb3ao5 ) However, I'm definitely not sure if this even helps. FWIW, I bet my confusion is more with how to use the Clang driver than with how Clang is built.

Also enable assertions within the compiler itself, since there's no particular downside to that that I can see.

Also enable assertions within the compiler itself, since there's no
particular downside to that that I can see.
Copy link
Member

@mattgodbolt mattgodbolt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like something we should give a go :) Thanks @Quuxplusone

@mattgodbolt mattgodbolt merged commit 2debc65 into compiler-explorer:main May 12, 2025
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