brintos

brintos / llvm-project-archived public Read only

0
0
Text · 858 B · d0625f6 Raw
19 lines · plain
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@"8# FIXME: Remove this variable, the target OS is available in config.target_os.9config.orc_test_target_os = "@ORC_TEST_TARGET_OS@"10config.built_with_llvm = ("@COMPILER_RT_STANDALONE_BUILD@" != "TRUE")11config.libunwind_shared = "@LIBUNWIND_ENABLE_SHARED@"12config.libunwind_install_dir = "@LLVM_BINARY_DIR@/@LIBUNWIND_INSTALL_LIBRARY_DIR@"13 14# Load common config for all compiler-rt lit tests15lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")16 17# Load tool-specific config that would do the real work.18lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg.py")19