Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit ac9b3d6

Browse files
committed
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
1 parent 3d4be77 commit ac9b3d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/llvm/Config/config.h.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@
295295
/* Define to 1 if you have the <unistd.h> header file. */
296296
#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
297297

298-
/* Define to 1 if you have the `_Unwind_Backtrace' function. */
299-
#cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
300-
301298
/* Define to 1 if the system has the type `u_int64_t'. */
302299
#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
303300

@@ -313,6 +310,12 @@
313310
/* Have host's _alloca */
314311
#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
315312

313+
/* Define to 1 if you have the `_chsize_s' function. */
314+
#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
315+
316+
/* Define to 1 if you have the `_Unwind_Backtrace' function. */
317+
#cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
318+
316319
/* Have host's __alloca */
317320
#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
318321

@@ -537,7 +540,4 @@
537540
/* Define to a function implementing strdup */
538541
#cmakedefine strdup ${strdup}
539542

540-
/* Define to 1 if you have the `_chsize_s' function. */
541-
#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
542-
543543
#endif

0 commit comments

Comments
 (0)