Home | History | Annotate | Download | only in test

Lines Matching refs:config

3 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
4 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
5 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
6 config.llvmgcc_dir = "@LLVMGCCDIR@"
7 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
8 config.python_executable = "@PYTHON_EXECUTABLE@"
9 config.enable_shared = @ENABLE_SHARED@
10 config.enable_assertions = @ENABLE_ASSERTIONS@
15 config.llvm_tools_dir = config.llvm_tools_dir % lit.params
20 # Let the main config do the real work.
21 lit.load_config(config, "@LLVM_SOURCE_DIR@/test/lit.cfg")