Skip to content

Commit 5069caa

Browse files
hanickadotHana Dusíková
andauthored
enable building PSTL and libc++'s parallel algorithms (#83)
Co-authored-by: Hana Dusíková <[email protected]>
1 parent d2ae492 commit 5069caa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ce-trunk)
2323
BRANCH=dbg-to-stdout
2424
URL=https://github.com/compiler-explorer/llvm-project.git
2525
VERSION=ce-trunk-$(date +%Y%m%d)
26+
LLVM_ENABLE_PROJECTS+=";pstl"
27+
CMAKE_EXTRA_ARGS+=("-DLIBCXX_ENABLE_PARALLEL_ALGORITHMS=ON")
2628
;;
2729
autonsdmi-trunk)
2830
BRANCH=experiments

0 commit comments

Comments
 (0)