2010-12-10 19:47:54 +00:00
|
|
|
@AUTO_GEN_COMMENT@
|
2014-12-06 21:02:58 +00:00
|
|
|
config.cxx_under_test = "@LIBCXX_COMPILER@"
|
|
|
|
config.std = "@LIBCXX_STD_VERSION@"
|
|
|
|
config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@"
|
|
|
|
config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@"
|
2014-12-20 03:16:55 +00:00
|
|
|
config.libcxx_library_root = "@LIBCXX_LIBRARY_DIR@"
|
2014-12-12 02:36:23 +00:00
|
|
|
config.enable_exceptions = "@LIBCXX_ENABLE_EXCEPTIONS@"
|
|
|
|
config.enable_rtti = "@LIBCXX_ENABLE_RTTI@"
|
2014-12-06 21:02:58 +00:00
|
|
|
config.enable_shared = "@LIBCXX_ENABLE_SHARED@"
|
2014-12-12 03:12:18 +00:00
|
|
|
config.enable_32bit = "@LIBCXX_BUILD_32_BITS@"
|
2014-12-06 21:02:58 +00:00
|
|
|
config.enable_threads = "@LIBCXX_ENABLE_THREADS@"
|
|
|
|
config.enable_monotonic_clock = "@LIBCXX_ENABLE_MONOTONIC_CLOCK@"
|
|
|
|
config.cxx_abi = "@LIBCXX_CXX_ABI_LIBNAME@"
|
2014-12-22 20:49:45 +00:00
|
|
|
config.use_sanitizer = "@LLVM_USE_SANITIZER@"
|
2014-12-06 21:02:58 +00:00
|
|
|
config.abi_library_path = "@LIBCXX_CXX_ABI_LIBRARY_PATH@"
|
2010-12-10 19:47:54 +00:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
2013-08-09 14:44:11 +00:00
|
|
|
lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")
|