diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:42:36 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:42:36 +0000 |
| commit | a70528d7fbdb43ff05b86b01ec15d5c1bb2039d7 (patch) | |
| tree | 0c59a59525a2bb88a5159605574b1d3eea8403f8 | |
| parent | 6ebb9f297b9347e221b33176181f3d2401ec537c (diff) | |
| download | bcm5719-llvm-a70528d7fbdb43ff05b86b01ec15d5c1bb2039d7.tar.gz bcm5719-llvm-a70528d7fbdb43ff05b86b01ec15d5c1bb2039d7.zip | |
Move _chsize_s and _Unwind_Backtrace to the correct position.
llvm-svn: 282786
| -rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index fc13ec5538d..b7b8d2f6d71 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -295,9 +295,6 @@ /* Define to 1 if you have the <unistd.h> 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 |

