aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CMake.html
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-01-21 15:42:54 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-01-21 15:42:54 +0000
commit596937914548c181f2504aad3b709189e87a561b (patch)
tree6801a4e7f8ae8442350c025c6523fa6f60a091e8 /docs/CMake.html
parent030160073d8ec7d5fc1d928d9c8b6173d3a5e0cc (diff)
downloadexternal_llvm-596937914548c181f2504aad3b709189e87a561b.zip
external_llvm-596937914548c181f2504aad3b709189e87a561b.tar.gz
external_llvm-596937914548c181f2504aad3b709189e87a561b.tar.bz2
Handles libffi on the CMake build.
Patch by arrowdodger! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r--docs/CMake.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index 0bafedd..fc729af 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -338,6 +338,12 @@
By default, <tt>&quot;-sv --no-progress-bar&quot;</tt>
on Visual C++ and Xcode,
<tt>&quot;-sv&quot;</tt> on others.</dd>
+
+ <dt><b>LLVM_ENABLE_FFI</b>:BOOL</dt>
+ <dd>Indicates whether LLVM Interpreter will be linked with Foreign
+ Function Interface library. If the library or its headers are
+ installed on a custom location, you can set the variables
+ FFI_INCLUDE_DIR and FFI_LIBRARY_DIR. Defaults to OFF.</dd>
</dl>
</div>