2016-04-16 15:03:45 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
2014-04-01 06:45:37 +08:00
|
|
|
|
2014-04-01 07:14:28 +08:00
|
|
|
# Tool-specific config options.
|
|
|
|
config.profile_lit_binary_dir = "@PROFILE_LIT_BINARY_DIR@"
|
2016-02-20 01:52:28 +08:00
|
|
|
config.target_cflags = "@PROFILE_TEST_TARGET_CFLAGS@"
|
|
|
|
config.target_arch = "@PROFILE_TEST_TARGET_ARCH@"
|
2014-04-01 07:14:28 +08:00
|
|
|
|
2014-04-01 06:45:37 +08:00
|
|
|
# Load common config for all compiler-rt lit tests.
|
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
|
|
|
|
|
|
|
# Load tool-specific config that would do the real work.
|
|
|
|
lit_config.load_config(config, "@PROFILE_LIT_SOURCE_DIR@/lit.cfg")
|