1 @LIT_SITE_CFG_IN_HEADER@
3 # Tool-specific config options.
4 config
.name_suffix
= "@HWASAN_TEST_CONFIG_SUFFIX@"
5 config
.target_cflags
= "@HWASAN_TEST_TARGET_CFLAGS@"
6 config
.target_arch
= "@HWASAN_TEST_TARGET_ARCH@"
7 config
.android_files_to_push
= @HWASAN_ANDROID_FILES_TO_PUSH@
9 # Whether to use -mlam or not.
10 config
.enable_aliases
= lit_config
.params
.get("HWASAN_ENABLE_ALIASES", "@HWASAN_ENABLE_ALIASES@")
12 # Load common config for all compiler-rt lit tests.
13 lit_config
.load_config(config
, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
15 # Load tool-specific config that would do the real work.
16 lit_config
.load_config(config
, "@HWASAN_LIT_SOURCE_DIR@/lit.cfg.py")