[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / hwasan / lit.site.cfg.py.in
blob8b6abd8f2e9f5cec42724539d30d66b0f8cc1aac
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 # Load common config for all compiler-rt lit tests.
10 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
12 # Load tool-specific config that would do the real work.
13 lit_config.load_config(config, "@HWASAN_LIT_SOURCE_DIR@/lit.cfg.py")