# 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. # (ARG_MAIN_CONFIG is a variable defined in configure_lit_site_cfg) lit_config.load_config(config, "@ARG_MAIN_CONFIG@")