aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan/lit_tests/AsanConfig/lit.site.cfg.in
blob: f75741838f83d25cd0553343bfacaa559cf1c145 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Load common config for all compiler-rt lit tests.
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/lib/lit.common.configured")

# Tool-specific config options.
config.ubsan_lit_tests_dir = "@UBSAN_LIT_TESTS_DIR@"

# Load tool-specific config that would do the real work.
print config.ubsan_lit_tests_dir
lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/AsanConfig/lit.cfg")