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

Enable targetting v8-A Aarch-32 #484

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

eleanor-arm
Copy link
Collaborator

No description provided.

@@ -148,9 +148,18 @@ Mappings:
# of each other, in the obvious way, but we don't have any libraries
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please update this comment to match.

@@ -148,9 +148,18 @@ Mappings:
# of each other, in the obvious way, but we don't have any libraries
# for those at present, so there's no need to generate all their
# flags.)
- Match: --target=armv(8\.[1-9]|9|9\.[1-9])a-unknown-none-eabi
- Match: --target=armv(8|8\.[1-9]|9|9\.[1-9])a-unknown-none-eabi
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can use (arm|thumb) in the triple (see armv7ve above for example) to halve the number of Match blocks here, because the ISA doesn't matter for library selection.

Copy link
Collaborator

@ostannard ostannard left a comment

Choose a reason for hiding this comment

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

LGTM

@eleanor-arm eleanor-arm merged commit 5a8555c into ARM-software:main Sep 4, 2024
1 check passed
dcandler pushed a commit to dcandler/LLVM-embedded-toolchain-for-Arm that referenced this pull request Sep 16, 2024
* Enable targetting v8-A Aarch-32

* fixup! Enable targetting v8-A Aarch-32
dcandler pushed a commit that referenced this pull request Sep 16, 2024
* Enable targetting v8-A Aarch-32

* fixup! Enable targetting v8-A Aarch-32
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