-
Yifan Zhao authoredYifan Zhao authored
lit.site.cfg.py.in 476 B
# This file is shared between test suites.
# It's repeatedly generated into build directory with different CMAKE_CURRENT_SOURCE_DIR.
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvm_lib_dir = "@LLVM_LIBRARY_DIR@"
import lit.llvm
lit.llvm.initialize(lit_config, config)
# Let the main config do the real work.
lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg.py")