diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-08-06 21:11:24 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-08-06 21:11:24 +0000 |
| commit | 956892433f7c0ae4520232b07d442fedbcc14cb2 (patch) | |
| tree | 53f3c88cab9f650348b9dc74a5aa2bdb1444009a /libcxx/include/execution | |
| parent | 40fde901932726518feb24391138e65b093b7a15 (diff) | |
| download | bcm5719-llvm-956892433f7c0ae4520232b07d442fedbcc14cb2.tar.gz bcm5719-llvm-956892433f7c0ae4520232b07d442fedbcc14cb2.zip | |
[pstl][libc++] Provide uglified header names for interface headers
For the few (currently four) headers that make up the PSTL's interface
to other Standard Libraries, provide a stable uglified header file that
can be included by those Standard Libraries.
We can then more easily change the internal organization of the PSTL
without having to change the integration with Standard Libraries.
llvm-svn: 368088
Diffstat (limited to 'libcxx/include/execution')
| -rw-r--r-- | libcxx/include/execution | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/execution b/libcxx/include/execution index c12615b77ea..e25cb82d552 100644 --- a/libcxx/include/execution +++ b/libcxx/include/execution @@ -13,7 +13,7 @@ #include <__config> #if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17 -# include <pstl/internal/glue_execution_defs.h> +# include <__pstl_execution> #endif #endif // _LIBCPP_EXECUTION |

