Add AArch64 and ARM targets to the "relocatable" (P1144) builder #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.