1 @AUTO_GEN_COMMENT@ 2 config.cxx_under_test = "@LIBCXXABI_COMPILER@" 3 config.project_obj_root = "@CMAKE_BINARY_DIR@" 4 config.libcxxabi_src_root = "@LIBCXXABI_SOURCE_DIR@" 5 config.libcxxabi_obj_root = "@LIBCXXABI_BINARY_DIR@" 6 config.abi_library_path = "@LIBCXXABI_LIBRARY_DIR@" 7 config.libcxx_src_root = "@LIBCXXABI_LIBCXX_PATH@" 8 config.cxx_headers = "@LIBCXXABI_LIBCXX_INCLUDES@" 9 config.libunwind_headers = "@LIBCXXABI_LIBUNWIND_INCLUDES_INTERNAL@" 10 config.cxx_library_root = "@LIBCXXABI_LIBCXX_LIBRARY_PATH@" 11 config.llvm_unwinder = "@LIBCXXABI_USE_LLVM_UNWINDER@" 12 config.enable_threads = "@LIBCXXABI_ENABLE_THREADS@" 13 config.use_sanitizer = "@LLVM_USE_SANITIZER@" 14 config.enable_32bit = "@LIBCXXABI_BUILD_32_BITS@" 15 config.target_info = "@LIBCXXABI_TARGET_INFO@" 16 config.executor = "@LIBCXXABI_EXECUTOR@" 17 config.libcxxabi_shared = "@LIBCXXABI_ENABLE_SHARED@" 18 config.enable_shared = "@LIBCXX_ENABLE_SHARED@" 19 config.enable_exceptions = "@LIBCXXABI_ENABLE_EXCEPTIONS@" 20 config.host_triple = "@LLVM_HOST_TRIPLE@" 21 config.target_triple = "@TARGET_TRIPLE@" 22 config.use_target = len("@LIBCXXABI_TARGET_TRIPLE@") > 0 23 config.cxx_ext_threads = "@LIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY@" 24 25 # Let the main config do the real work. 26 lit_config.load_config(config, "@LIBCXXABI_SOURCE_DIR@/test/lit.cfg") 27