This is an archive of the discontinued LLVM Phabricator instance.

[libc++][Android] strong_order_long_double.verify.cpp: disable on i686
ClosedPublic

Authored by rprichard on Oct 31 2022, 4:12 PM.

Details

Summary

This target (as well as 32-bit ARM Android) have sizeof(long double)
equal to sizeof(double).

Diff Detail

Event Timeline

rprichard created this revision.Oct 31 2022, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 4:12 PM
rprichard requested review of this revision.Oct 31 2022, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 4:12 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Nov 1 2022, 8:58 AM

LGTM w/ comment.

libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
20

Please add a comment similar to what the other platforms have.

This revision is now accepted and ready to land.Nov 1 2022, 8:58 AM
rprichard updated this revision to Diff 472442.Nov 1 2022, 4:26 PM

Add a comment.