2014-07-10 10:20:11 +08:00
|
|
|
@AUTO_GEN_COMMENT@
|
2015-01-22 07:06:22 +08:00
|
|
|
config.cxx_under_test = "@LIBCXXABI_COMPILER@"
|
2015-10-15 02:20:48 +08:00
|
|
|
config.project_obj_root = "@CMAKE_BINARY_DIR@"
|
2015-01-22 07:06:22 +08:00
|
|
|
config.libcxxabi_src_root = "@LIBCXXABI_SOURCE_DIR@"
|
2015-02-11 09:07:48 +08:00
|
|
|
config.libcxxabi_obj_root = "@LIBCXXABI_BINARY_DIR@"
|
2015-03-18 03:45:21 +08:00
|
|
|
config.abi_library_path = "@LIBCXXABI_LIBRARY_DIR@"
|
2015-01-23 04:00:06 +08:00
|
|
|
config.libcxx_src_root = "@LIBCXXABI_LIBCXX_PATH@"
|
2015-01-22 07:06:22 +08:00
|
|
|
config.cxx_headers = "@LIBCXXABI_LIBCXX_INCLUDES@"
|
2015-03-18 02:58:14 +08:00
|
|
|
config.cxx_library_root = "@LIBCXXABI_LIBCXX_LIBRARY_PATH@"
|
2015-01-22 07:06:22 +08:00
|
|
|
config.llvm_unwinder = "@LIBCXXABI_USE_LLVM_UNWINDER@"
|
|
|
|
config.enable_threads = "@LIBCXXABI_ENABLE_THREADS@"
|
|
|
|
config.use_sanitizer = "@LLVM_USE_SANITIZER@"
|
2015-09-01 09:02:06 +08:00
|
|
|
config.enable_32bit = "@LLVM_BUILD_32_BITS@"
|
2015-02-26 23:55:01 +08:00
|
|
|
config.target_info = "@LIBCXXABI_TARGET_INFO@"
|
|
|
|
config.executor = "@LIBCXXABI_EXECUTOR@"
|
2016-03-17 18:00:24 +08:00
|
|
|
config.thread_atexit = "@LIBCXXABI_HAS_CXA_THREAD_ATEXIT_IMPL@"
|
2016-04-19 20:47:38 +08:00
|
|
|
config.libcxxabi_shared = "@LIBCXXABI_ENABLE_SHARED@"
|
|
|
|
config.enable_shared = "@LIBCXX_ENABLE_SHARED@"
|
2016-05-31 20:01:32 +08:00
|
|
|
config.enable_exceptions = "@LIBCXXABI_ENABLE_EXCEPTIONS@"
|
2014-07-10 10:20:11 +08:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
|
|
|
lit_config.load_config(config, "@LIBCXXABI_SOURCE_DIR@/test/lit.cfg")
|