From ac9b3d6062041115d7f037db538f14d11f22bf54 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 29 Sep 2016 21:42:36 +0000 Subject: [PATCH] Move _chsize_s and _Unwind_Backtrace to the correct position. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282786 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index fc13ec5538d..b7b8d2f6d71 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -295,9 +295,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H} -/* Define to 1 if you have the `_Unwind_Backtrace' function. */ -#cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE} - /* Define to 1 if the system has the type `u_int64_t'. */ #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T} @@ -313,6 +310,12 @@ /* Have host's _alloca */ #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA} +/* Define to 1 if you have the `_chsize_s' function. */ +#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S} + +/* Define to 1 if you have the `_Unwind_Backtrace' function. */ +#cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE} + /* Have host's __alloca */ #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA} @@ -537,7 +540,4 @@ /* Define to a function implementing strdup */ #cmakedefine strdup ${strdup} -/* Define to 1 if you have the `_chsize_s' function. */ -#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S} - #endif -- 2.50.1