2012-07-31 23:43:11 +08:00
|
|
|
## Autogenerated by LLVM/Clang configuration.
|
|
|
|
# Do not edit!
|
|
|
|
|
2013-06-06 20:35:48 +08:00
|
|
|
# Tool-specific config options.
|
2014-02-14 17:22:10 +08:00
|
|
|
config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@"
|
2014-02-14 22:06:10 +08:00
|
|
|
config.asan_lit_source_dir = "@ASAN_LIT_SOURCE_DIR@"
|
2014-02-14 17:22:10 +08:00
|
|
|
config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@"
|
|
|
|
config.clang = "@ASAN_TEST_TARGET_CC@"
|
|
|
|
config.llvm_tools_dir = "@ASAN_TEST_LLVM_TOOLS_DIR@"
|
|
|
|
config.bits = "@ASAN_TEST_BITS@"
|
|
|
|
config.android = "@CAN_TARGET_arm_android@"
|
2014-04-01 21:16:30 +08:00
|
|
|
config.asan_dynamic = @ASAN_TEST_DYNAMIC@
|
|
|
|
config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
|
2014-02-14 17:22:10 +08:00
|
|
|
|
|
|
|
# Load common config for all compiler-rt lit tests.
|
2014-02-14 19:00:07 +08:00
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
2012-08-07 19:00:19 +08:00
|
|
|
|
2013-06-06 20:35:48 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2014-02-14 22:06:10 +08:00
|
|
|
lit_config.load_config(config, "@ASAN_LIT_SOURCE_DIR@/lit.cfg")
|