1@LIT_SITE_CFG_IN_HEADER@ 2 3# Tool-specific config options. 4config.name_suffix = "@ORC_TEST_CONFIG_SUFFIX@" 5config.orc_lit_source_dir = "@ORC_LIT_SOURCE_DIR@" 6config.target_cflags = "@ORC_TEST_TARGET_CFLAGS@" 7config.target_arch = "@ORC_TEST_TARGET_ARCH@" 8config.target_os = "@ORC_TEST_TARGET_OS@" 9config.built_with_llvm = ("@COMPILER_RT_STANDALONE_BUILD@" != "TRUE") 10config.libunwind_shared = "@LIBUNWIND_ENABLE_SHARED@" 11config.libunwind_install_dir = "@LLVM_BINARY_DIR@/@LIBUNWIND_INSTALL_LIBRARY_DIR@" 12 13# Load common config for all compiler-rt lit tests 14lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") 15 16# Load tool-specific config that would do the real work. 17lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg.py") 18