[PATCH] D60480: [libc++] Integrate the PSTL into libc++

Ade Durcov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 25 18:06:36 PST 2021


intractabilis added a comment.

How to build clang with `LIBCXX_ENABLE_PARALLEL_ALGORITHMS=ON`? How do I install this mysterious PSTL? Is it Intel's PSTL? LLVM's PSTL? I tried to build and install pstl from llvm-project, but I still get

  [6541/6545] Performing configure step for 'runtimes'
  ...
  CMake Error at /home/ave/libs-dev/llvm-project/libcxx/src/CMakeLists.txt:194 (message):
    Could not find ParallelSTL
  
  
  -- Configuring incomplete, errors occurred!

when I build clang.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60480/new/

https://reviews.llvm.org/D60480



More information about the llvm-commits mailing list