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