[PATCH] D45155: Assume existence of inttypes.h and stdint.h in DataTypes.h.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 1 20:28:56 PDT 2018
rnk added a comment.
You should remove the checks for these headers in config-ix.cmake, that will actually remove the configure-time compile test for the existence of these headers.
https://reviews.llvm.org/D45155
More information about the llvm-commits
mailing list