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.llvmgcc_dir = "@LLVMGCCDIR@"
7 config.llvm_build_mode = "@LLVM_BUILD_MODE@"
8 config.enable_shared = @ENABLE_SHARED@
9 config.shlibdir = "@SHLIBDIR@"
10 config.shlibpath_var = "@SHLIBPATH_VAR@"
15 config.llvm_tools_dir = config.llvm_tools_dir % lit.params
16 config.llvm_build_mode = config.llvm_build_mode % lit.params
21 # Let the main config do the real work.
22 lit.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg")