annotate compiler-rt/test/sanitizer_common/lit.site.cfg.py.in @ 222:81f6424ef0e3 llvm-original

LLVM original branch
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 18 Jul 2021 22:10:01 +0900
parents 1d019706d866
children 5f17cb93ff66
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 @LIT_SITE_CFG_IN_HEADER@
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 # Tool-specific config options.
anatofuz
parents:
diff changeset
4 config.name_suffix = "@CONFIG_NAME@"
anatofuz
parents:
diff changeset
5 config.tool_name = "@SANITIZER_COMMON_LIT_TEST_MODE@"
anatofuz
parents:
diff changeset
6 config.target_cflags = "@SANITIZER_COMMON_TEST_TARGET_CFLAGS@"
anatofuz
parents:
diff changeset
7 config.target_arch = "@SANITIZER_COMMON_TEST_TARGET_ARCH@"
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 # Load common config for all compiler-rt lit tests.
anatofuz
parents:
diff changeset
10 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
anatofuz
parents:
diff changeset
11
anatofuz
parents:
diff changeset
12 # Load tool-specific config that would do the real work.
anatofuz
parents:
diff changeset
13 lit_config.load_config(config, "@SANITIZER_COMMON_LIT_SOURCE_DIR@/lit.common.cfg.py")
anatofuz
parents:
diff changeset
14