File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pythonize_bool(LIBCXXABI_ENABLE_EXCEPTIONS)
1919pythonize_bool(LIBCXXABI_USE_LLVM_UNWINDER)
2020pythonize_bool(LIBCXXABI_USE_COMPILER_RT)
2121pythonize_bool(LIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY)
22+ pythonize_bool(LIBCXX_ENABLE_PARALLEL_ALGORITHMS)
2223set (LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
2324 "TargetInfo to use when setting up test environment." )
2425set (LIBCXXABI_EXECUTOR "None" CACHE STRING
Original file line number Diff line number Diff line change @@ -26,5 +26,8 @@ config.sysroot = "@LIBCXXABI_SYSROOT@"
2626config.gcc_toolchain = "@LIBCXXABI_GCC_TOOLCHAIN@"
2727config.cxx_ext_threads = @LIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY@
2828
29+ config.pstl_src_root = "@ParallelSTL_SOURCE_DIR@" if @LIBCXX_ENABLE_PARALLEL_ALGORITHMS@ else None
30+ config.pstl_obj_root = "@ParallelSTL_BINARY_DIR@" if @LIBCXX_ENABLE_PARALLEL_ALGORITHMS@ else None
31+
2932# Let the main config do the real work.
3033lit_config.load_config(config, "@LIBCXXABI_SOURCE_DIR@/test/lit.cfg")
You can’t perform that action at this time.
0 commit comments