diff options
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index d382132464..ab9cfa2049 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -91,6 +91,9 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the `ffsll' function. */ +#undef HAVE_FFSLL + /* Set to 1 if the finite function is found in <ieeefp.h> */ #undef HAVE_FINITE_IN_IEEEFP_H |