1@AUTO_GEN_COMMENT@ 2config.cxx_under_test = "@LIBCXXABI_COMPILER@" 3config.libcxxabi_src_root = "@LIBCXXABI_SOURCE_DIR@" 4config.libcxxabi_obj_root = "@LIBCXXABI_BINARY_DIR@" 5config.libcxxabi_lib_root = "@LIBCXXABI_LIBRARY_DIR@" 6config.libcxx_src_root = "@LIBCXXABI_LIBCXX_PATH@" 7config.cxx_headers = "@LIBCXXABI_LIBCXX_INCLUDES@" 8config.llvm_unwinder = "@LIBCXXABI_USE_LLVM_UNWINDER@" 9config.enable_threads = "@LIBCXXABI_ENABLE_THREADS@" 10config.use_sanitizer = "@LLVM_USE_SANITIZER@" 11config.enable_32bit = "@LIBCXXABI_BUILD_32_BITS@" 12config.target_info = "@LIBCXXABI_TARGET_INFO@" 13config.executor = "@LIBCXXABI_EXECUTOR@" 14 15# Let the main config do the real work. 16lit_config.load_config(config, "@LIBCXXABI_SOURCE_DIR@/test/lit.cfg") 17