cstdint is a C++11 header, LLVM provides its own version of it.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 20 Feb 2014 21:05:21 +0000 (21:05 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 20 Feb 2014 21:05:21 +0000 (21:05 +0000)
commit8a6788c3b7b540147a6ce78eb6e4eb8b8ce79c2f
tree13ed039e0212bd4b609186a49e82522af7f8c950
parent225d1f3c6a0c15b679308b2813c499f892499a13
cstdint is a C++11 header, LLVM provides its own version of it.

Some versions of libstdc++ forbid using cstdint in C++98 mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201812 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/COFFObjectFile.cpp