[libcxx-commits] [PATCH] D60032: Add execution header

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 30 13:32:11 PDT 2019


mclow.lists requested changes to this revision.
mclow.lists added a comment.
This revision now requires changes to proceed.

I think we're going to get this from the work that @ldionne and Thomas Rodgers are doing on the pstl project. You should check with them.

For future reference - adding a new header file is more complicated than this.

- You need to update the "double include tester" - test/libcxx/double_include.sh.cpp
- You need to put an entry in the module map - include/module.modulemap


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D60032





More information about the libcxx-commits mailing list