In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
[oota-llvm.git] / test / lit.site.cfg.in
index 4c0bb2e47d367a78f6d56a643386896a9f75c240..8a9582a597ade6b22b91baa0274c703db7044e37 100644 (file)
@@ -22,6 +22,7 @@ config.host_arch = "@HOST_ARCH@"
 config.llvm_use_intel_jitevents = "@LLVM_USE_INTEL_JITEVENTS@"
 config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
 config.have_zlib = "@HAVE_LIBZ@"
+config.enable_ffi = "@LLVM_ENABLE_FFI@"
 
 # Support substitution of the tools_dir with user parameters. This is
 # used when we can't determine the tool dir at configuration time.