[llvm-commits] [llvm] r63147 - /llvm/branches/Apple/Dib/include/llvm/Config/config.h.in
Bill Wendling
isanbard at gmail.com
Tue Jan 27 14:46:51 PST 2009
Author: void
Date: Tue Jan 27 16:46:51 2009
New Revision: 63147
URL: http://llvm.org/viewvc/llvm-project?rev=63147&view=rev
Log:
Merge with release_25 branch. Committing autogenerated file.
Modified:
llvm/branches/Apple/Dib/include/llvm/Config/config.h.in
Modified: llvm/branches/Apple/Dib/include/llvm/Config/config.h.in
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/include/llvm/Config/config.h.in?rev=63147&r1=63146&r2=63147&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/include/llvm/Config/config.h.in (original)
+++ llvm/branches/Apple/Dib/include/llvm/Config/config.h.in Tue Jan 27 16:46:51 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