diff options
Diffstat (limited to 'llvm/include/llvm/Config/config.h.cmake')
-rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 42cb01b110b..20e70851cde 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -90,12 +90,12 @@ /* Define to 1 if you have the <ffi.h> header file. */ #cmakedefine HAVE_FFI_H ${HAVE_FFI_H} -/* Define to 1 if you have the `futimes' function. */ -#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES} - /* Define to 1 if you have the `futimens' function */ #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS} +/* Define to 1 if you have the `futimes' function. */ +#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES} + /* Define to 1 if you have the `getcwd' function. */ #cmakedefine HAVE_GETCWD ${HAVE_GETCWD} |