diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-01-21 15:42:54 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-01-21 15:42:54 +0000 |
commit | 596937914548c181f2504aad3b709189e87a561b (patch) | |
tree | 6801a4e7f8ae8442350c025c6523fa6f60a091e8 /docs/CMake.html | |
parent | 030160073d8ec7d5fc1d928d9c8b6173d3a5e0cc (diff) |
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.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index 0bafedd9b0..fc729af174 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -338,6 +338,12 @@ By default, <tt>"-sv --no-progress-bar"</tt> on Visual C++ and Xcode, <tt>"-sv"</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> |