Assume existence of inttypes.h and stdint.h in DataTypes.h.
authorNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 13:22:26 +0000 (13:22 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 13:22:26 +0000 (13:22 +0000)
commitdce9a72d9871fb5bf8094c89306be46dfbffd65e
tree77d0c66ece677075290db2600a4ac017051ec9fb
parent6d48493817ebef6f69bb2b138e098b192d45ce1d
Assume existence of inttypes.h and stdint.h in DataTypes.h.

These should exist in all toolchains LLVM supports nowadays.

Enables making DataTypes.h a regular header instead of a .h.cmake file and
allows deleting a bunch of cmake goop (which should also speed up cmake
configure time a bit).

All the code this removes is 9+ years old.
https://reviews.llvm.org/D45155

llvm-svn: 328970
llvm/CMakeLists.txt
llvm/cmake/config-ix.cmake
llvm/include/llvm-c/DataTypes.h [moved from llvm/include/llvm-c/DataTypes.h.cmake with 76% similarity]
llvm/include/llvm/Config/config.h.cmake