This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix floating point test failing to build on the GPU
ClosedPublic

Authored by jhuber6 on Jun 12 2023, 12:19 PM.

Details

Summary

A patch enabled this test which uses that add_fp_unittest.
Unfortunately we do not support these on the GPU because it attempts to
link in the floating point utils which are not built supporting
hermetic tests. This was attempted to be fixed in D151123 but that had
to be reverted. For now disable these so the tests pass.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 12 2023, 12:19 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 12 2023, 12:19 PM
jhuber6 requested review of this revision.Jun 12 2023, 12:19 PM
tra accepted this revision.Jun 12 2023, 1:06 PM
This revision is now accepted and ready to land.Jun 12 2023, 1:06 PM