[libcxx-commits] [libcxx] [libcxxabi] [llvm] Adding Support for Offloading C++ standard algorithms (PR #116869)

Johannes Doerfert via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 25 08:45:22 PST 2024


jdoerfert wrote:

> For the module.modulemap file do we go with the changes in main or in #66968 @jdoerfert

Apply the change manually to main, thus, take the module.modulemap file from main, and then add
```
module std_private_pstl_backends_openmp            [system] {
  header "__pstl/backends/openmp.h"
  export *
}
```
or whatever the path now looks like, to the main module.map

Does it pass the libcxx tests locally?

https://github.com/llvm/llvm-project/pull/116869


More information about the libcxx-commits mailing list