Home | History | Annotate | Download | only in lib

Lines Matching refs:config

4 # Generic config options for all compiler-rt lit tests.
5 config.target_triple = "@TARGET_TRIPLE@"
6 config.host_arch = "@HOST_ARCH@"
7 config.host_os = "@HOST_OS@"
8 config.llvm_build_mode = "@LLVM_BUILD_MODE@"
9 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
10 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
11 config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@"
12 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
13 config.clang = "@LLVM_BINARY_DIR@/bin/clang"
14 config.compiler_rt_arch = "@COMPILER_RT_SUPPORTED_ARCH@"
19 config.llvm_tools_dir = config.llvm_tools_dir % lit.params
25 lit.load_config(config, "@COMPILER_RT_SOURCE_DIR@/lib/lit.common.cfg")