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