This is an archive of the discontinued LLVM Phabricator instance.

Have cmake and configure look for round() functions.
AbandonedPublic

Authored by zturner on Jun 23 2014, 4:03 PM.

Details

Reviewers
majnemer
rnk
Summary

VS2012 does not support this set of C99 math functions but VS2013 does, so we need to be able to check for it at compile time.

Diff Detail

Event Timeline

zturner updated this revision to Diff 10770.Jun 23 2014, 4:03 PM
zturner retitled this revision from to Have cmake and configure look for round() functions..
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added reviewers: rnk, majnemer.
zturner set the repository for this revision to rL LLVM.
zturner added a subscriber: deleted.

Looks like you forgot to add llvm-commits to the review.

zturner edited subscribers, added: Unknown Object (MLST); removed: deleted.Jun 23 2014, 4:08 PM
zturner abandoned this revision.Jun 23 2014, 5:09 PM

This isn't going to achieve the intended purpose for other reasons, so I'm going to close it out.