1 @LIT_SITE_CFG_IN_HEADER@
3 config
.llvm_tools_dir
= lit_config
.substitute("@LLVM_TOOLS_DIR@")
4 config
.mlir_obj_dir
= "@MLIR_BINARY_DIR@"
5 config
.enable_bindings_python
= @MLIR_ENABLE_BINDINGS_PYTHON@
6 config
.standalone_obj_root
= "@STANDALONE_BINARY_DIR@"
7 config
.llvm_shlib_ext
= "@SHLIBEXT@"
10 lit
.llvm
.initialize(lit_config
, config
)
12 # Let the main config do the real work.
13 lit_config
.load_config(config
, "@STANDALONE_SOURCE_DIR@/test/lit.cfg.py")