aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2009-01-22 05:17:59 +0000
committerTanya Lattner <tonic@nondot.org>2009-01-22 05:17:59 +0000
commitf9eb2d8aefc0ae8361ebe84970b9c1c7082488bc (patch)
tree6efb81642515e7f057f8aed0385fb39f784b6f74 /include/llvm/Config
parent41b2340b74fa27344c79b0cbd2d8b2ad2b7d2b62 (diff)
downloadexternal_llvm-f9eb2d8aefc0ae8361ebe84970b9c1c7082488bc.zip
external_llvm-f9eb2d8aefc0ae8361ebe84970b9c1c7082488bc.tar.gz
external_llvm-f9eb2d8aefc0ae8361ebe84970b9c1c7082488bc.tar.bz2
Bump to 2.6svn.
Regenerate configure (last regen was with the wrong version). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index b70cfe1..df1a2d3 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -20,6 +20,9 @@
/* 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
@@ -184,6 +187,9 @@
/* 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