Use numeric_limits instead of LLONG_MAX
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Oct 2015 21:10:12 +0000 (21:10 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Oct 2015 21:10:12 +0000 (21:10 +0000)
commit8a10a4556ba55127a124fb1b39e89ea655507381
tree0077ce123b920e8b1971d5acd78d85ff02f6bf9c
parentbcb3afc5fb9be6a1276615ca8d1958a50ec70dae
Use numeric_limits instead of LLONG_MAX

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250946 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFFormValue.cpp