This is an archive of the discontinued LLVM Phabricator instance.

[Msan] Disable fcvt unit tests on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Feb 2 2015, 5:24 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Msan] Disable fcvt unit tests on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added a subscriber: Unknown Object (MLST).
emaste accepted this revision.Feb 2 2015, 5:28 AM
emaste edited edge metadata.

LGTM

Although fcvt is deprecated and perhaps not found on other platforms, so maybe its better to use #if defined(__GLIBC__) instead.

This revision is now accepted and ready to land.Feb 2 2015, 5:28 AM
eugenis accepted this revision.Feb 16 2015, 2:00 AM
eugenis edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.