2010-12-11 03:47:54 +08:00
|
|
|
@AUTO_GEN_COMMENT@
|
2014-12-07 05:02:58 +08: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@"
|
|
|
|
config.python_executable = "@PYTHON_EXECUTABLE@"
|
2014-12-12 10:36:23 +08:00
|
|
|
config.enable_exceptions = "@LIBCXX_ENABLE_EXCEPTIONS@"
|
|
|
|
config.enable_rtti = "@LIBCXX_ENABLE_RTTI@"
|
2014-12-07 05:02:58 +08:00
|
|
|
config.enable_shared = "@LIBCXX_ENABLE_SHARED@"
|
|
|
|
config.enable_threads = "@LIBCXX_ENABLE_THREADS@"
|
|
|
|
config.enable_monotonic_clock = "@LIBCXX_ENABLE_MONOTONIC_CLOCK@"
|
|
|
|
config.cxx_abi = "@LIBCXX_CXX_ABI_LIBNAME@"
|
|
|
|
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
|
|
|
|
config.abi_library_path = "@LIBCXX_CXX_ABI_LIBRARY_PATH@"
|
2010-12-11 03:47:54 +08:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
2013-08-09 22:44:11 +08:00
|
|
|
lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")
|