This is an archive of the discontinued LLVM Phabricator instance.

[builtins][test] Use architecture specific float16 check
ClosedPublic

Authored by dcandler on May 10 2023, 11:05 AM.

Details

Summary

The COMPILER_RT_HAS_FLOAT16 cmake check is now set per architecture,
which needs to be reflected when building the tests.

Additionally added armhf to the architecture list.

Diff Detail

Event Timeline

dcandler created this revision.May 10 2023, 11:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2023, 11:05 AM
dcandler requested review of this revision.May 10 2023, 11:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2023, 11:05 AM
Herald added subscribers: Restricted Project, pcwang-thead. · View Herald Transcript
dim accepted this revision.May 10 2023, 12:32 PM

LGTM

This revision is now accepted and ready to land.May 10 2023, 12:32 PM
This revision was automatically updated to reflect the committed changes.