blob: 554bfccb863eabc876da2c385199458233a2fc77 [file] [log] [blame]
@LIT_SITE_CFG_IN_HEADER@
import sys
config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@")
config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@")
config.mlir_obj_root = "@MLIR_BINARY_DIR@"
# Let the main config do the real work.
lit_config.load_config(config, "@MLIR_SOURCE_DIR@/test/Unit/lit.cfg.py")