summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/lit_tests/UbsanConfig/lit.site.cfg.in
blob: c08fc30d00429bbf5145ecdbec7cac9a74c1e0c8 (plain)
1
2
3
4
5
6
7
8
# 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.
lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/UbsanConfig/lit.cfg")
OpenPOWER on IntegriCloud