forked from OSchip/llvm-project
14 lines
425 B
INI
14 lines
425 B
INI
## Autogenerated by LLVM/Clang configuration.
|
|
# Do not edit!
|
|
|
|
# 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.asan_source_dir = "@ASAN_SOURCE_DIR@"
|
|
config.bits = "32"
|
|
|
|
# Load tool-specific config that would do the real work.
|
|
lit_config.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/lit.cfg")
|
|
|