Home | History | Annotate | Download | only in Unit

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.llvm_build_mode = "@LLVM_BUILD_MODE@"
8 config.clang_obj_root = "@CLANG_BINARY_DIR@"
9 config.enable_shared = @ENABLE_SHARED@
10 config.shlibdir = "@SHLIBDIR@"
11 config.shlibpath_var = "@SHLIBPATH_VAR@"
12 config.target_triple = "@TARGET_TRIPLE@"
18 config.llvm_tools_dir = config.llvm_tools_dir % lit.params
19 config.llvm_libs_dir = config.llvm_libs_dir % lit.params
20 config.llvm_build_mode = config.llvm_build_mode % lit.params
25 # Let the main config do the real work.
26 lit.load_config(config, "@CLANG_SOURCE_DIR@/test/Unit/lit.cfg")