OSDN Git Service

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)
commit62905805b19f30cc0f951e4604e05969161921cf
treebd915280cbb38c6709ef8dcdb3f8b0d7482cd366
parent0a9e4fe67e24fe921d2ed544471bbb53d579f790
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328970 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/config-ix.cmake
include/llvm-c/DataTypes.h [moved from include/llvm-c/DataTypes.h.cmake with 76% similarity]
include/llvm/Config/config.h.cmake