diff options
Diffstat (limited to 'docs')
-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 0bafedd..fc729af 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> |