2012-09-18 15:23:54 +08:00
|
|
|
## Autogenerated by LLVM/Clang configuration.
|
|
|
|
# Do not edit!
|
|
|
|
|
2016-02-03 02:43:53 +08:00
|
|
|
config.name_suffix = "@TSAN_TEST_CONFIG_SUFFIX@"
|
2014-05-14 06:30:16 +08:00
|
|
|
config.has_libcxx = @TSAN_HAS_LIBCXX@
|
2016-02-03 02:43:53 +08:00
|
|
|
config.target_cflags = "@TSAN_TEST_TARGET_CFLAGS@"
|
2016-02-23 09:34:17 +08:00
|
|
|
config.target_arch = "@TSAN_TEST_TARGET_ARCH@"
|
2014-05-14 06:30:16 +08:00
|
|
|
|
2013-06-06 21:28:37 +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-09-18 15:23:54 +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, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
|