2013-06-06 21:28:37 +08:00
|
|
|
# Load common config for all compiler-rt lit tests.
|
2013-08-10 06:14:01 +08:00
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/lib/lit.common.configured")
|
2013-05-20 19:13:33 +08:00
|
|
|
|
2013-06-06 21:28:37 +08:00
|
|
|
# Tool-specific config options.
|
|
|
|
config.lsan_lit_src_root = "@LSAN_LIT_SOURCE_DIR@"
|
2013-05-20 19:13:33 +08:00
|
|
|
|
2013-06-06 21:28:37 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2013-08-10 06:14:01 +08:00
|
|
|
lit_config.load_config(config, "@LSAN_LIT_SOURCE_DIR@/LsanConfig/lit.cfg")
|