[llvm-commits] [llvm] r63143 - /llvm/branches/release_25/include/llvm/Config/config.h.in

Tanya Lattner tonic at nondot.org
Tue Jan 27 14:33:34 PST 2009


Author: tbrethou
Date: Tue Jan 27 16:33:34 2009
New Revision: 63143

URL: http://llvm.org/viewvc/llvm-project?rev=63143&view=rev
Log:
This was reverted, forgot to commit this autogenerated file.

Modified:
    llvm/branches/release_25/include/llvm/Config/config.h.in

Modified: llvm/branches/release_25/include/llvm/Config/config.h.in
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_25/include/llvm/Config/config.h.in?rev=63143&r1=63142&r2=63143&view=diff

==============================================================================
--- llvm/branches/release_25/include/llvm/Config/config.h.in (original)
+++ llvm/branches/release_25/include/llvm/Config/config.h.in Tue Jan 27 16:33:34 2009
@@ -20,9 +20,6 @@
 /* Define if threads enabled */
 #undef ENABLE_THREADS
 
-/* Path to ffi.h */
-#undef FFI_HEADER
-
 /* Define to 1 if you have `alloca', as a function or macro. */
 #undef HAVE_ALLOCA
 
@@ -187,9 +184,6 @@
 /* Define to 1 if you have the `elf' library (-lelf). */
 #undef HAVE_LIBELF
 
-/* Define to 1 if you have the libffi library (-lffi). */
-#undef HAVE_LIBFFI
-
 /* Define to 1 if you have the `imagehlp' library (-limagehlp). */
 #undef HAVE_LIBIMAGEHLP
 





More information about the llvm-commits mailing list