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.llvm_libs_dir = "@LLVM_LIBS_DIR@"
7 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
8 config.clang_obj_root = "@CLANG_BINARY_DIR@"
9 config.target_triple = "@TARGET_TRIPLE@"
10 config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
15 config.llvm_tools_dir = config.llvm_tools_dir % lit.params
16 config.llvm_libs_dir = config.llvm_libs_dir % lit.params
21 # Let the main config do the real work.
22 lit.load_config(config, "@CLANG_SOURCE_DIR@/test/lit.cfg")