Lines Matching refs:config
2 config.cxx_under_test = "@LIBCXX_COMPILER@"
3 config.std = "@LIBCXX_STD_VERSION@"
4 config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@"
5 config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@"
6 config.cxx_library_root = "@LIBCXX_LIBRARY_DIR@"
7 config.enable_exceptions = "@LIBCXX_ENABLE_EXCEPTIONS@"
8 config.enable_rtti = "@LIBCXX_ENABLE_RTTI@"
9 config.enable_shared = "@LIBCXX_ENABLE_SHARED@"
10 config.enable_32bit = "@LIBCXX_BUILD_32_BITS@"
11 config.enable_threads = "@LIBCXX_ENABLE_THREADS@"
12 config.enable_monotonic_clock = "@LIBCXX_ENABLE_MONOTONIC_CLOCK@"
13 config.cxx_abi = "@LIBCXX_CXX_ABI_LIBNAME@"
14 config.use_sanitizer = "@LLVM_USE_SANITIZER@"
15 config.abi_library_path = "@LIBCXX_CXX_ABI_LIBRARY_PATH@"
16 config.configuration_variant = "@LIBCXX_LIT_VARIANT@"
17 config.target_triple = "@LIBCXX_TARGET_TRIPLE@"
18 config.sysroot = "@LIBCXX_SYSROOT@"
19 config.gcc_toolchain = "@LIBCXX_GCC_TOOLCHAIN@"
20 config.target_info = "@LIBCXX_TARGET_INFO@"
21 config.executor = "@LIBCXX_EXECUTOR@"
23 # Let the main config do the real work.
24 lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")