[PATCH] D45155: Assume existence of inttypes.h and stdint.h in DataTypes.h.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 1 17:31:02 PDT 2018


thakis created this revision.
thakis added a reviewer: rnk.
Herald added a reviewer: deadalnix.
Herald added a subscriber: mgorny.

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

Files:
  CMakeLists.txt
  cmake/config-ix.cmake
  include/llvm-c/DataTypes.h
  include/llvm-c/DataTypes.h.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45155.140604.patch
Type: text/x-patch
Size: 8461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180402/cc6e093c/attachment.bin>


More information about the llvm-commits mailing list