Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
Although fcvt is deprecated and perhaps not found on other platforms, so maybe its better to use #if defined(__GLIBC__) instead.
Paths
| Differential D7340
[Msan] Disable fcvt unit tests on FreeBSD ClosedPublic Authored by kutuzov.viktor.84 on Feb 2 2015, 5:24 AM.
Details
Diff Detail
Event Timelinekutuzov.viktor.84 updated this object. emaste edited edge metadata. Comment ActionsLGTM 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 Closed by commit rL229386: [Msan] Disable fcvt unit tests on FreeBSD (authored by vkutuzov). · Explain WhyFeb 16 2015, 5:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20025 compiler-rt/trunk/lib/msan/tests/msan_test.cc
|