From 3e53241fea9c39789ec65c5814f69a2f1e4ab68e Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 7 Aug 2013 00:29:15 +0000 Subject: 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 --- include/llvm/Config/config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/llvm/Config/config.h.cmake') diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index 9703593..b34c404 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -653,9 +653,6 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to a type to use for `error_t' if it is not otherwise available. */ -#cmakedefine error_t ${error_t} - /* Define to `int' if does not define. */ #undef pid_t -- cgit v1.1