Skip to content

Conversation

@voltur01
Copy link
Contributor

Following #167998 add the list of supported baremetal Arm architectures to be able to build compiler_rt profile library for all variants in Arm Toolchain for Embedded, the list comes from architectures used in multilib configuration files in https://github.com/arm/arm-toolchain/tree/arm-software/arm-software/embedded/arm-multilib/json/variants

…le library

Following llvm#167998 add the list of supported baremetal Arm architectures to be able to build compiler_rt profile library for all varints in Arm Toolchain for Embedded, the list comes from architectures used in multilib configuration files in https://github.com/arm/arm-toolchain/tree/arm-software/arm-software/embedded/arm-multilib/json/variants
armebv7
armv8m.main
armv8.1m.main
armv8-r
Copy link
Member

Choose a reason for hiding this comment

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

Is this dash necessary? It's the only arch with a dash

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Interesting, I started adding options based on build errors, but since each full rebuild takes hours on my PC, I ended up grepping JSON files to get the full list, but apparently if I remove armv8-r the build succeeds - I will need to double check which lines are needed and get back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants