[llvm-commits] [llvm] r59546 - /llvm/trunk/include/llvm/Config/config.h.cmake

Oscar Fuentes ofv at wanadoo.es
Tue Nov 18 13:12:02 PST 2008


Author: ofv
Date: Tue Nov 18 15:12:01 2008
New Revision: 59546

URL: http://llvm.org/viewvc/llvm-project?rev=59546&view=rev
Log:
CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was
removed from config.h.in.

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=59546&r1=59545&r2=59546&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Tue Nov 18 15:12:01 2008
@@ -212,9 +212,6 @@
 /* Define to 1 if you have the `longjmp' function. */
 #undef HAVE_LONGJMP
 
-/* Define if lt_dlopen() is available on this platform */
-#undef HAVE_LT_DLOPEN
-
 /* Define to 1 if you have the <mach/mach.h> header file. */
 #undef HAVE_MACH_MACH_H
 





More information about the llvm-commits mailing list