[llvm] r282922 - GC HAVE_LIBDL, HAVE_LIBM and HAVE_LIBOLE32

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 13:09:45 PDT 2016


Author: joerg
Date: Fri Sep 30 15:09:45 2016
New Revision: 282922

URL: http://llvm.org/viewvc/llvm-project?rev=282922&view=rev
Log:
GC HAVE_LIBDL, HAVE_LIBM and HAVE_LIBOLE32

Modified:
    llvm/trunk/include/llvm/Config/config.h.cmake

Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=282922&r1=282921&r2=282922&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Fri Sep 30 15:09:45 2016
@@ -105,18 +105,9 @@
 /* Define to 1 if you have the `isatty' function. */
 #cmakedefine HAVE_ISATTY 1
 
-/* Define if you have the libdl library or equivalent. */
-#cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
-
 /* Define to 1 if you have the 'edit' library (-ledit). */
 #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
 
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
-/* Define to 1 if you have the `ole32' library (-lole32). */
-#undef HAVE_LIBOLE32
-
 /* Define to 1 if you have the `psapi' library (-lpsapi). */
 #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
 




More information about the llvm-commits mailing list