Check for _strtoi64 in the cmake build if strtoll is missing
authorReid Kleckner <reid@kleckner.net>
Wed, 7 Aug 2013 00:29:15 +0000 (00:29 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 7 Aug 2013 00:29:15 +0000 (00:29 +0000)
commit3e53241fea9c39789ec65c5814f69a2f1e4ab68e
tree8a04628d99a697ef7b84643d1616df4b51bfaec2
parent040ef013acf3e4ceed7fb052e00f2e0b7cd7650a
Check for _strtoi64 in the cmake build if strtoll is missing

Previously this check was guarded by MSVC, which doesn't distinguish
between the compiler and the headers/library.  This enables clang to
compile more of LLVM on Windows with Microsoft headers.

Remove some unused macros while I'm here: error_t and LTDL stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187839 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake
include/llvm/Config/config.h.cmake