[pstl] By default, disable the parallel policies
Since we don't have any non-trivial PSTL backend that doesn't require TBB yet, enabling the parallel policies by default breaks people that try to build all of LLVM without having an installation of TBB. Since this is unacceptable, parallel policies are disabled by default. We can re-enable it once we have a backend that does not require anything beyond what C++ already requires. For example, we could have a simple backend that uses std::thread by default or something along those lines, with the understanding that vendors would use their own (more efficient) backend. llvm-svn: 356194
Loading
Please sign in to comment