diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:33:53 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:33:53 +0000 |
commit | ff275fe3e49b1a6d76704bdc1b80324b86a6beb1 (patch) | |
tree | d78853f4e3a250c98e75a28f55efdba96a7cb557 | |
parent | 30a5b30c4def1f4e857f0f5c162a5a1986ebe1c2 (diff) | |
download | bcm5719-llvm-ff275fe3e49b1a6d76704bdc1b80324b86a6beb1.tar.gz bcm5719-llvm-ff275fe3e49b1a6d76704bdc1b80324b86a6beb1.zip |
Sort mallctl, fix comment for mallinfo.
llvm-svn: 282781
-rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 025aababe38..6bd1f34a406 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -148,7 +148,10 @@ /* Define to 1 if you have the <mach/mach.h> header file. */ #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H} -/* Define if mallinfo() is available on this platform. */ +/* Define to 1 if you have the `mallctl` function. */ +#cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL} + +/* Define to 1 if you have the `mallinfo' function. */ #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO} /* Define to 1 if you have the <malloc.h> header file. */ @@ -160,9 +163,6 @@ /* Define to 1 if you have the `malloc_zone_statistics' function. */ #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS} -/* Define to 1 if you have the `mallctl` function. */ -#cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL} - /* Define to 1 if you have the `mkdtemp' function. */ #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP} |