summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2013-08-07 00:29:15 +0000
committerReid Kleckner <reid@kleckner.net>2013-08-07 00:29:15 +0000
commit3e53241fea9c39789ec65c5814f69a2f1e4ab68e (patch)
tree8a04628d99a697ef7b84643d1616df4b51bfaec2 /include/llvm/Config
parent040ef013acf3e4ceed7fb052e00f2e0b7cd7650a (diff)
downloadllvm-3e53241fea9c39789ec65c5814f69a2f1e4ab68e.tar.gz
llvm-3e53241fea9c39789ec65c5814f69a2f1e4ab68e.tar.bz2
llvm-3e53241fea9c39789ec65c5814f69a2f1e4ab68e.tar.xz
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
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 97035937fc..b34c404733 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 <sys/types.h> does not define. */
#undef pid_t