forked from OSchip/llvm-project
10 lines
367 B
INI
10 lines
367 B
INI
# Load common config for all compiler-rt lit tests.
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
|
|
|
# Tool-specific config options.
|
|
config.tool_name = "@SANITIZER_COMMON_LIT_TEST_MODE@"
|
|
|
|
# Load tool-specific config that would do the real work.
|
|
lit_config.load_config(config, "@SANITIZER_COMMON_LIT_SOURCE_DIR@/lit.common.cfg")
|
|
|