xref: /minix3/external/bsd/libc++/dist/libcxx/test/lit.site.cfg.in (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
14684ddb6SLionel Sambuc@AUTO_GEN_COMMENT@
24684ddb6SLionel Sambucconfig.cxx_under_test           = "@LIBCXX_COMPILER@"
34684ddb6SLionel Sambucconfig.libcxx_src_root          = "@LIBCXX_SOURCE_DIR@"
44684ddb6SLionel Sambucconfig.libcxx_obj_root          = "@LIBCXX_BINARY_DIR@"
5*0a6a1f1dSLionel Sambucconfig.cxx_library_root         = "@LIBCXX_LIBRARY_DIR@"
6*0a6a1f1dSLionel Sambucconfig.enable_exceptions        = "@LIBCXX_ENABLE_EXCEPTIONS@"
7*0a6a1f1dSLionel Sambucconfig.enable_rtti              = "@LIBCXX_ENABLE_RTTI@"
8*0a6a1f1dSLionel Sambucconfig.enable_shared            = "@LIBCXX_ENABLE_SHARED@"
9*0a6a1f1dSLionel Sambucconfig.enable_32bit             = "@LIBCXX_BUILD_32_BITS@"
10*0a6a1f1dSLionel Sambucconfig.enable_global_filesystem_namespace = "@LIBCXX_ENABLE_GLOBAL_FILESYSTEM_NAMESPACE@"
11*0a6a1f1dSLionel Sambucconfig.enable_stdin             = "@LIBCXX_ENABLE_STDIN@"
12*0a6a1f1dSLionel Sambucconfig.enable_stdout            = "@LIBCXX_ENABLE_STDOUT@"
13*0a6a1f1dSLionel Sambucconfig.enable_threads           = "@LIBCXX_ENABLE_THREADS@"
14*0a6a1f1dSLionel Sambucconfig.enable_thread_unsafe_c_functions = "@LIBCXX_ENABLE_THREAD_UNSAFE_C_FUNCTIONS@"
15*0a6a1f1dSLionel Sambucconfig.enable_monotonic_clock   = "@LIBCXX_ENABLE_MONOTONIC_CLOCK@"
16*0a6a1f1dSLionel Sambucconfig.cxx_abi                  = "@LIBCXX_CXX_ABI_LIBNAME@"
17*0a6a1f1dSLionel Sambucconfig.use_sanitizer            = "@LLVM_USE_SANITIZER@"
18*0a6a1f1dSLionel Sambucconfig.sanitizer_library        = "@LIBCXX_SANITIZER_LIBRARY@"
19*0a6a1f1dSLionel Sambucconfig.abi_library_path         = "@LIBCXX_CXX_ABI_LIBRARY_PATH@"
20*0a6a1f1dSLionel Sambucconfig.configuration_variant    = "@LIBCXX_LIT_VARIANT@"
21*0a6a1f1dSLionel Sambucconfig.target_triple            = "@LIBCXX_TARGET_TRIPLE@"
22*0a6a1f1dSLionel Sambucconfig.sysroot                  = "@LIBCXX_SYSROOT@"
23*0a6a1f1dSLionel Sambucconfig.gcc_toolchain            = "@LIBCXX_GCC_TOOLCHAIN@"
24*0a6a1f1dSLionel Sambucconfig.generate_coverage        = "@LIBCXX_GENERATE_COVERAGE@"
25*0a6a1f1dSLionel Sambucconfig.target_info              = "@LIBCXX_TARGET_INFO@"
26*0a6a1f1dSLionel Sambucconfig.executor                 = "@LIBCXX_EXECUTOR@"
27*0a6a1f1dSLionel Sambucconfig.llvm_unwinder            = "@LIBCXXABI_USE_LLVM_UNWINDER@"
284684ddb6SLionel Sambuc
294684ddb6SLionel Sambuc# Let the main config do the real work.
304684ddb6SLionel Sambuclit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")
31