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