This is an archive of the discontinued LLVM Phabricator instance.

Use numeric_limits instead of LLONG_MAX
ClosedPublic

Authored by arsenm on Jul 22 2015, 2:31 PM.

Details

Reviewers
jroelofs
Summary

This is a build fix for configurations where LLONG_MAX is not defined in system headers.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 30402.Jul 22 2015, 2:31 PM
arsenm retitled this revision from to Use numeric_limits instead of LLONG_MAX.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
jroelofs accepted this revision.Oct 21 2015, 1:49 PM
jroelofs added a reviewer: jroelofs.
jroelofs added a subscriber: jroelofs.

LGTM

This revision is now accepted and ready to land.Oct 21 2015, 1:49 PM
arsenm closed this revision.Oct 21 2015, 2:12 PM

r250946