Skip to content

Update target triples affected by normalization change #438

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 2, 2024

Conversation

dcandler
Copy link
Collaborator

@dcandler dcandler commented May 2, 2024

The way in which clang normalizes certain target triples was recently changed:

llvm/llvm-project#89638

This has the effect of switching the vendor and OS from "none-unknown" to "unknown-none" in the normalized triple, to better reflect that the bare metal target has no OS, rather than an unknown one.

The cmake script and multilib templates have various hardcoded references to triples which now need changing.

The way in which clang normalizes certain target triples was
recently changed:

llvm/llvm-project#89638

This has the effect of switching the vendor and OS from
"none-unknown" to "unknown-none" in the normalized triple, to better
reflect that the bare metal target has no OS, rather than an unknown
one.

The cmake script and multilib templates have various hardcoded
references to triples which now need changing.
@dcandler dcandler merged commit d984067 into ARM-software:main May 2, 2024
1 check passed
@dcandler dcandler deleted the new-triple-normalization branch May 2, 2024 14:02
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